/RayTracer

Simulation of a light ray passing through a water droplet.

Primary LanguageCApache License 2.0Apache-2.0

RayTracer

Simulation of a light ray passing through a water droplet.

CPP - glfw/imgui

C++ solution, light "as ray", using a modified ray tracing engine made by Hillsoft.

Using GLFW 3.2.1, GLEW 2.1.0 and Dear ImGui 1.67.

  • Added "Render" function
  • Not so-late-90s look

Compiled/tested on Windows (10) x64.

Compilation

Run premake5:

premake vs2017

Open the generrated solution file from msvc then compile the project. The executable will be in the bin directory.