Inspiration

osu! is a popular rhythm game that I wanted to get working on a portable device like the raspberry.

Challenges I ran into

There is literally no way to get osu working on the pi. Even if you got the x86 emulation working, you'd still run into problems with inplayable frame rates.

Some things I tried:

  • wine emulator
  • java version of osu
  • installing dotnet on the pi and building the source code of the project
  • Installing windows 10 IoT
  • Installing android and then running the app through the android platform

What I learned

Emulating x86 on an ARM architecture is way too hard, and I didn't get it to work at the end.

In the future, I'll have to play around with what can and can't be done on Linux.

Built With

Share this project:

Updates