This is a scene editor and ray tracer that allows you to create images in a retro CGI style.
The ray tracer core was implemented by following the Ray Tracer Challenge from: http://raytracerchallenge.com/
The scene editor uses GLFW and DearImGui.
- Clone the repo
- CD to the repo directory
- Run
git submodule init
- Run
git submodule update
- Open the solution file on the root with Visual Studio 2022+
These are resources I referred to constantly while developing this project.
- Ray Tracer Challenge: http://raytracerchallenge.com/
- Learn OpenGL: https://learnopengl.com/
- The Cherno's OpenGL Playlist: https://youtube.com/playlist?list=PLlrATfBNZ98foTJPJ_Ev03o2oq3-GGOS2
- OpenGL Documentation: https://docs.gl/
- Open.GL: https://open.gl/