raytracer.hpp
Compile-time Ray Tracer
A compile-time ray tracing system using C++17 constexpr functions
Simple compile-time raytracer using C++17
693 stars
22 watching
27 forks
Language: C
last commit: about 3 years ago
Linked from 1 awesome list
c-plus-plusc-plus-plus-17compile-timeraytracerraytracing
Related projects:
Repository | Description | Stars |
---|---|---|
bluebrain/ospray | An open source ray tracing engine for high-performance visualization on CPUs. | 3 |
dps/rust-raytracer | A simple ray tracing implementation in Rust to generate 3D images with lighting, texture mapping, and parallel rendering. | 241 |
gpsnoopy/raytracinginvulkan | An implementation of Peter Shirley's Ray Tracing In One Weekend book using Vulkan and NVIDIA's RTX extension. | 1,268 |
vkoskiv/c-ray | A portable, hackable, offline CPU rendering engine | 804 |
elfrank/raytracer-gpupro4 | An interactive ray tracing demo using DirectX 11 and Compute Shader. | 23 |
jbikker/lighthouse2 | A high-performance rendering framework for real-time ray tracing and path tracing. | 845 |
jeremy-rifkin/cpptrace | A portable C++ stacktrace library supporting various platforms and debug formats | 727 |
lighttransport/nanort | A lightweight, single-header ray tracing kernel with built-in geometry and intersection tools. | 1,079 |
renderkit/ospray | A high-performance ray tracing rendering engine for interactive applications | 1,018 |
raysect/source | A Python framework for creating high precision ray-tracers used in optical/non-optical physics simulations. | 88 |
favreau/sol-r | A CUDA/OpenCL-based ray-tracer software project that enables real-time rendering of 3D images and scenes. | 306 |
therealmjp/dxrpathtracer | A simple path tracer implemented using DirectX Ray Tracing (DXR) to generate images from 3D scenes. | 724 |
mchav/frege-raytracer | A ray tracing library written in Frege, optimized for performance. | 4 |
maierfelix/vk_khr_ray_tracing | An implementation of the VK_KHR_ray_tracing Vulkan extension for ray tracing on Windows using C++. | 43 |
philcn/d3d12raytracingfallback | A wrapper around DirectX 12 API to emulate the DirectX Raytracing (DXR) API on devices without native driver/hardware support. | 9 |