A voxel sandbox, logic simulator, and neural-net proving ground. This project aims to provide a flexible environment to build and test interactive systems.
Clone the project
git clone https://github.com/PixelTomato/voxsim.gitSelect project directory
cd voxsimInstall dependencies:
- glm
- glfw3
- opengl
Compile and run
cmake -B build
cmake --build build
cd build/game && ./game