Complete online documentation of the project is available at: https://jarp0l.github.io/Voxeloop
Build using CMake
If you have ninja installed
mkdir build
cd build
cmake .. -G Ninja
ninja
./voxeloop
Alternatively
mkdir build
cd build
cmake
make
./voxeloop
Note: Since the project was developed mainly on linux machines, it is not guaranteed that the project will build on first time at Windows. You may need to change the paths of assets used to the relative path. Also since the libraries are built from source, it takes a bit longer time when building for the first time.
- Prajwol Pradhan (PUL076BEI023)
- Rujal Acharya (PUL076BEI029)
- GLFW: https://glfw.org/
- GLAD: https://github.com/Dav1dde/glad
- Dear ImGui: https://github.com/ocornut/imgui
- stb: https://github.com/nothings/stb
- miniaudio: https://miniaud.io/