/bongocat-osu

An osu! Bongo Cat overlay

Primary LanguageC++MIT LicenseMIT

Description

An osu! Bongo Cat overlay with smooth paw movement and simple skinning ability, written in C++.

You can find how to configure the application in our wiki.

Releases can be found here.

Any suggestion and/or collaboration, especially that relating to sprites, is welcomed! Thank you!

Original post by u/Kuvster.

Further information

In order to play with fullscreen on Windows 10, run both osu! and this application in Windows 7 compability mode.

Press Ctrl + R to reload configuration and images (will only reload configurations when the window is focused).

Supported operating system:

  • Windows
  • Linux (tested with Arch Linux with WINE Staging 5). Note: You must use WINE Staging, because for whatever reason on stable WINE bongocat-osu doesn't register keyboard input from other windows.

Notice: If you're using WINE on Linux, make sure that osu! and this application run in the same WINEPREFIX.

For developers

This project uses SFML and JsonCpp. JsonCpp libraries are directly included in the source using the provided amalgamation.py from the developers.

To build the source, download the SFML libraries, duplicate Makefile.demo to Makefile, then replace <SFML-folder> in Makefile with the desired folder, and run these commands from the base directory:

mkdir bin
make

To test the program run this from the base directory:

make test

Alternatively, you can copy the newly-compiled bin/bongocat.exe into the base directory and execute it.

If you have troubles compiling, it can be due to version mismatch between your compiler and SFML. See #43 for more information.