Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.66 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.66 KB

osu!Playground

I don't like the current osu! editor. For a person like me who likes interesting geometry, perfection is difficult to achieve using it alone.

As such, I decided to make this, osu!playground. It allows a user to make their own patterns using code and math, then export them into their own osu! maps by copying the code.

If you want to download this now, go to the releases page.

You'll need some scripts to actually do anything with it, so take a look at the wiki to get started.

Controls

  • Left Click + drag - move control point
  • Right Click + drag - move all control points
  • Middle Click + drag - pan playfield
  • Ctrl + scroll - zoom

FAQ

Help! There's nothing on the playfield to change.

You need to load a script first. Take a look at the wiki for examples.

Why's your code so terrible?

My code is terrible primarily because I don't know what I'm doing, and this is really a temporary project I don't plan to maintain actively.

Instead, I hope to be able to add similar functionality into osu!lazer when the time comes.

That being said, I will fix issues when I can and will review pull requests if they're submitted.

I found a serious issue!

Feel free to report it on the issues section of this repository.