Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 1.56 KB

README.md

File metadata and controls

67 lines (43 loc) · 1.56 KB

Voxeloop

Musical Loop Generation in Voxel World

.github/workflows/docs.yml

Documentation

Complete online documentation of the project is available at: https://jarp0l.github.io/Voxeloop

Build

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.

Project By

  • Prajwol Pradhan (PUL076BEI023)
  • Rujal Acharya (PUL076BEI029)

Libraries Used

Screenshots of Program

Menu Screen

menu

About Screen

about

Settings Screen

menu

Play Screen

play