rimu! is a free-to-play rhythm game for Android devices based in the PC rhythm game made by peppy osu!
This is the next osu!droid update to come up with new visuals, new server and new features!
Currently rimu! is under development and still unstable, it can't be used as client yet but it's intended to replace osu!droid in the future, of course we're currently accepting feedback and bug reports.
You can try it by downloading and installing the latest build available in releases section.
In this project compatibility changes has been made, minimum required Android version has been increased, old devices that were compatible with osu!droid will no longer be compatible with rimu!.
Minimum | Target |
---|---|
Android 7.0 Nougat or higher | Android 9.0 Pie or higher * |
Android 9 Pie or higher is recommended due to native Skia library support which UI heavily relies on to draw complex effects.
You can support the project by donating to our official Patreon and become a rimu! supporter with exclusive in-game and website features.
If you have knowledge about programming with Java or Kotlin you can contribute to the project creating a pull request.
- We recommend to use Android Studio or Intellij IDEA as IDE.
- Java Development Kit 8 or 11 installed on your system (if you're using some of the IDEs listed above it will be installed automatically).
Clone the repository:
git clone https://github.com/osudroid/osu-droid.git
To update the source code to the latest commit, run the following command inside the rimu
directory:
git pull
Build your own rimu! APK to test your changes or test latest commit in the repository, make sure you meets the system requirements listed above.
-
If you're using Android Studio or Intellij IDEA you can directly build rimu! using
Build
feature or you can build and run in an AVD emulator usingRun
feature. -
If you're in Linux you can use the terminal to build rimu! running the command
chmod +x gradlew
and./gradlew assembleDebug
at the rimu! source root.
Keep in mind that debug builds aren't capable of online features!
rimu! is licensed under the Apache License 2.0. Please see the licence file for more information. hehehhe