Main repo for our non-Euclidean rendering engine
tests/
contains a bunch of individual main programs that we can use for testing our engine functionality and creating cool demos
lib/
contains external code libraries
ne_engine/
contains all of the engine code
shaders/
contains a bunch of useful shaders used by the engine
res/
contains textures for use by the tests
.vscode/
contains some of our preferred vscode configuration details
git clone https://github.com/sdmay25-37/NonEuclideanEngine.git --recursive
cmake -S src -B build -G Ninja
cmake --build build
git clone https://github.com/sdmay25-37/NonEuclideanEngine.git --recursive
cd Non_Euclidean_Playground
sudo ./linux_setup.sh
cmake --build build