Brand new Reflec Beat simulator.
Created using rust and BEVY
- Install Rust
- run
cargo run --release [OPTIONS] <FUMENPATH> <SONGPATH>
or download the binary and runrbsimulator.exe [OPTIONS] <FUMENPATH> <SONGPATH>
with relative path
Usage: rbsimulator.exe [OPTIONS] <FUMENPATH> <SONGPATH>
Arguments:
<FUMENPATH> The relative path to the fumen file, supports ply and json
<SONGPATH> The relative path to the song file, supports mp3 and ogg
Options:
-d, --delay <DELAY> The delay in milliseconds between the start of the song and the start of the fumen
-s, --start <STARTTIME> Make the song start at this time in miliseconds instead of the beginning
-m, --meta <METAPATH> The path to the metadata file, not supported yet!
-h, --help Print help
- basic game
- chain objects
- just reflecs
- VO
- SO
- LO
- chords
- precise RB physics(?)
- precise RB fumen generation(?)
- better UI
- PLY parser(PLY->JSON->fumen)
- CLI interface
- menu/song selection
- Fumen maker
- be able to play
- latency and performance
Rhythm game in Rust using Bevy
Creating a Snake Clone in Rust, with Bevy
Team SCHWARZSCHILD