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: 3 months ago
Linked from 2 awesome lists
bdptbvhpathtracingrayraytracing
Related projects:
Repository | Description | Stars |
---|---|---|
| An implementation of Peter Shirley's Ray Tracing In One Weekend book using Vulkan and NVIDIA's RTX extension. | 1,283 |
| A compile-time ray tracing system using C++17 constexpr functions | 693 |
| A Vulkan-based path tracer with a declarative scene description language | 435 |
| A high-performance rendering framework for real-time ray tracing and path tracing. | 846 |
| A simple ray tracing implementation in Rust to generate 3D images with lighting, texture mapping, and parallel rendering. | 241 |
| An interactive ray tracing demo utilizing GPU acceleration | 23 |
| An implementation of an open-standard API for GPU-accelerated ray tracing based scientific visualization. | 245 |
| A lightweight prototyping framework for DirectX Raytracing | 29 |
| A wrapper around DirectX 12 API to emulate the DirectX Raytracing (DXR) API on devices without native driver/hardware support. | 9 |
| A Python framework for creating high precision ray-tracers used in optical/non-optical physics simulations. | 90 |
| A portable, hackable, offline CPU rendering engine | 803 |
| A high-performance ray tracing rendering engine for interactive applications | 1,023 |
| Demonstrates basic integration of ray tracing and ray traversal in Vulkan using the VK_KHR_ray_tracing_pipeline extension | 1,417 |
| A tutorial on writing a fast and photorealistic path tracer using Vulkan API | 1,140 |
| A simple path tracer implemented using DirectX Ray Tracing (DXR) to generate images from 3D scenes. | 735 |