Skip to content

Personal project to implement the RayTracerChallenge in CPP

License

Notifications You must be signed in to change notification settings

Reccy/CppRayTracerChallenge

Repository files navigation

Reccy's Ray Tracer

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.

An image of the editor An image of the render

Setup Repo

  1. Clone the repo
  2. CD to the repo directory
  3. Run git submodule init
  4. Run git submodule update
  5. Open the solution file on the root with Visual Studio 2022+

Learning Resource

These are resources I referred to constantly while developing this project.

About

Personal project to implement the RayTracerChallenge in CPP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages