g0mb4 / RayTracer

Simulation of a light ray passing through a water droplet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simulation of a light ray passing through a water droplet.

License:Apache License 2.0


Languages

Language:C 52.8%Language:C++ 46.8%Language:Objective-C 0.4%Language:Lua 0.0%