Go to file
2022-05-09 11:50:52 -05:00
.github/workflows z 2022-01-10 16:59:45 -06:00
android start work on framework 2021-01-15 10:46:55 -06:00
bass-sys slider construction 2021-01-13 14:52:21 -06:00
beatmaps render sliders 2021-01-08 01:21:39 -06:00
docs/images windows subsystem 2021-01-09 17:31:52 -06:00
framework what 2021-01-25 16:04:36 -06:00
framework-example-2048 add gfx and winit 2021-01-15 12:49:00 -06:00
multibuild Osu Man 2021-01-15 12:07:20 -06:00
resources add imgui menu 2022-01-12 20:39:52 -06:00
skin rudimentary circle-placing 2021-01-13 10:41:01 -06:00
src wipe backup 2022-05-09 11:50:52 -05:00
.editorconfig initial 2021-01-05 04:17:41 -06:00
.gitattributes fix vendored dirs 2021-01-08 04:51:52 -06:00
.gitignore Minor refactoring 2022-01-12 22:24:54 -06:00
bass.dll initial 2021-01-05 04:17:41 -06:00
Cargo.lock Add imgui into the editor 2022-01-10 16:49:03 -06:00
Cargo.toml just check out both repositories in the CI job 2022-01-10 16:57:59 -06:00
README.md refactor event into its own thing 2021-01-14 15:55:51 -06:00
run.sh Fix stack leniency 2022-01-12 23:48:53 -06:00

wip osu editor

running on linux

since the editor requires libbass.so to run, run the wrapper script run.sh instead

running on windows

wrapper script isn't written yet, in this case i just copied bass.dll to the project root

feature ideas

  • automatically hiding timeline / seek bar
  • multiple editor tabs

license

not sure yet, probably gpl

includes code ported from ppy/osu, which is mit-licensed

uses libosu