Venusaur is a ray tracing renderer built on NVIDIA OptiX. It currently implements the OptiX version of Ray Tracing in One Weekend.
- Built on NVIDIA OptiX
- Uses C++17 standard
- Basic ray tracing rendering functionality
- OptiX: 8.1
- CUDA: 12.6
- C++ Standard: C++17
Open the project solution file (.sln) with Visual Studio 2022 and build it directly.