neb0lle / raycst

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raycst

raymarching

Prerequisites

Before using this project, make sure you have the following dependencies installed on your system:

Installation & Running

git clone https://github.com/neb0lle/raycst.git
cd raycst
git submodule init
git submodule update
mkdir build && cd build
cmake ..
cmake --build .
./raycst

About


Languages

Language:C++ 54.6%Language:GLSL 37.5%Language:CMake 7.9%