A little raymarching demo with OpenGL
 
 
 
 
Go to file
EmaMaker 6b9b85e662 only calculate normal once 2023-02-09 10:40:45 +01:00
include more advance phong reflection 2023-01-16 19:10:51 +01:00
lib initial commit 2023-01-10 19:18:57 +01:00
shaders only calculate normal once 2023-02-09 10:40:45 +01:00
src allow to rebuild shader on the fly 2023-02-09 10:40:45 +01:00
.gitignore initial commit 2023-01-10 19:18:57 +01:00
CMakeLists.txt initial commit 2023-01-10 19:18:57 +01:00
README.md initial commit 2023-01-10 19:18:57 +01:00
build-and-run.sh initial commit 2023-01-10 19:18:57 +01:00

README.md

Raymarching Demo

A little raymarching demo build with OpenGL.

Ships needed libraries except for GLFW, which needs to be installed on the system.

To run:

./build-and-run.sh