/sabergen

Beat Saber song generator

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

sabergen

Beat Saber song generator

Installation / Development

Installing Python/Poetry

Ensure you have Python 3.6 or higher installed and then run:

make init

To invoke Poetry and initialize your virtual environment. If you don't yet have Poetry please see their documentation to install it.

Installing Dependencies

You'll also need ffmpeg. Note that you will need to have the libvorbis encoder.

Installing on macOS using brew:

brew install ffmpeg --with-theora --with-libvorbis --with-libvpx