Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.08 KB

TODO.md

File metadata and controls

20 lines (17 loc) · 1.08 KB

TODO list

  • Fix long note hitburst animation ending (currently just abruptly disappears)

  • Config file and more fleshed out config system in general

  • Speed up osu module keysound loading

  • Osu module ogg keysound file support

  • Osu storyboard sounds support (e.g. auto-play sounds)

  • Keysounds (waiting on judgement)

  • Options menu (waiting on config system)

  • Don't play the hitburst animation if the player didn't hit the note (waiting on judgement)

  • Finish the ojn module (all that I really need is to calculate the time of a note from it's measure number, but the bpm can change and I'm unsure on what a "measure fraction" is)

  • The rest of the TODOs in the osu module

  • Fix current_timing_point_index management

  • Add missing config items to options menu

  • A Judgement module for fully customizable judges (waiting on config system)

  • Song list (waiting on config system)

  • Integrate tokio and futures for nonblocking skin/chart loading