Skip to content

Musical loop generation in voxel world

License

Notifications You must be signed in to change notification settings

RujalAcharya/Voxeloop

Repository files navigation

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

About

Musical loop generation in voxel world

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published