PRayGround is a C++/CUDA library with OptiX 7 that provides you with an easy and scalable environment to have fun GPU interactive ray tracing. This in

sketchbooks99 / PRayGround Public

submited by
Style Pass
2021-09-28 03:30:06

PRayGround is a C++/CUDA library with OptiX 7 that provides you with an easy and scalable environment to have fun GPU interactive ray tracing. This includes wrapper libraries of OptiX 7 API, easy management system of device side data pointer in per-instance (shape, material, textures, bitmap...) basis, intuitive setup and looping functions, and easy build system via CMake that enables you to launch tons of rays by just modifying App.h/cpp, main.cpp and adding your ray tracing code.

This project still remain a huge room to improve its readability, performance, and scalability. I'd appreciate it if you advise me any things!

Before building the project, please be sure to check requirements and your environment, especially if the your version of the C++ compiler supports C++20.

Before compiling, please be sure to export two environment variables CC and CXX. We recommend you to add them to your ~/.bashrc file as follows so that they are automatically exported when a terminal are launched.

Leave a Comment
Related Posts