Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 593 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 593 Bytes

RTOneWeekendiguess

A Ray Tracing in One Weekend Implementation with Imgui and OpenGL

image

Build

Require CMake and GLFW

also make sure imgui submodule is not empty.

GLFW

Build your own GLFW, you'll need glfw3.lib and headfiles.

CMake

Config your CMake variable, whether by edit CMakePresets.json or use cmake-gui. or you could just cmake with param -DLIBRARY_DIR=<your_path> -DINCLUDE_DIR=<path_again>

set LIBRARY_DIR to where your glfw3.lib is at, and INCLUDE_DIR to the path to headfiles