nanort
Ray tracing library
A lightweight, single-header ray tracing kernel with built-in geometry and intersection tools.
NanoRT, single header only modern ray tracing kernel.
1k stars
61 watching
91 forks
Language: C++
last commit: 11 days ago
Linked from 2 awesome lists
bdptbvhpathtracingrayraytracing
Related projects:
Repository | Description | Stars |
---|---|---|
gpsnoopy/raytracinginvulkan | An implementation of Peter Shirley's Ray Tracing In One Weekend book using Vulkan and NVIDIA's RTX extension. | 1,268 |
tcbrindle/raytracer.hpp | A compile-time ray tracing system using C++17 constexpr functions | 693 |
nadrin/quartz | A Vulkan-based path tracer with a declarative scene description language | 435 |
jbikker/lighthouse2 | A high-performance rendering framework for real-time ray tracing and path tracing. | 845 |
dps/rust-raytracer | A simple ray tracing implementation in Rust to generate 3D images with lighting, texture mapping, and parallel rendering. | 241 |
elfrank/raytracer-gpupro4 | An interactive ray tracing demo using DirectX 11 and Compute Shader. | 23 |
nvidia/visrtx | An implementation of an open-standard API for GPU-accelerated ray tracing based scientific visualization. | 243 |
philcn/dxrexperiments | A lightweight prototyping framework for DirectX Raytracing | 29 |
philcn/d3d12raytracingfallback | A wrapper around DirectX 12 API to emulate the DirectX Raytracing (DXR) API on devices without native driver/hardware support. | 9 |
raysect/source | A Python framework for creating high precision ray-tracers used in optical/non-optical physics simulations. | 88 |
vkoskiv/c-ray | A portable, hackable, offline CPU rendering engine | 804 |
renderkit/ospray | A high-performance ray tracing rendering engine for interactive applications | 1,018 |
nvpro-samples/vk_raytracing_tutorial_khr | Demonstrates basic integration of ray tracing and ray traversal in Vulkan using the VK_KHR_ray_tracing_pipeline extension | 1,393 |
nvpro-samples/vk_mini_path_tracer | A tutorial on writing a fast and photorealistic path tracer using Vulkan API | 1,123 |
therealmjp/dxrpathtracer | A simple path tracer implemented using DirectX Ray Tracing (DXR) to generate images from 3D scenes. | 724 |