chown2 / lunaticvibesf

Lunatic Vibes F - a BMS client, a Lunatic Rave 2 clone
MIT License
4 stars 0 forks source link

Lunatic Vibes F

Lunatic Vibes F (LVF) is a BMS client - a rhythm game that plays community-made charts in BMS format.

The project is still in development stage. Please do not expect a bug-free experience. Feel free to open issues.

It is a fork of Lunatic Vibes, a clone of Lunatic Rave 2 (beta3 100201). After using LVF, profiles will not be compatible with Lunatic Vibes anymore, so make sure to have backups before moving. Replays set in LVF will not work in Lunatic Vibes either.

Features

For LR2 feature compatibility list, check out the wiki.

Requirements

Quick Start

Build

Windows with Visual Studio

Open the project's directory in Visual Studio, it should pick up CMake and install dependencies with vcpkg automatically.

Linux

# export VCPKG_ROOT=/path/to/vcpkg
cmake --preset linux-vcpkg -B ./build
cmake --build ./build --config=Debug
ls build/bin/Debug

To enable additional warnings when compiling with GCC change preset above to linux-vcpkg-gcc.

License