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!
In order to play with fullscreen on Windows 10, run both osu! and this application in Windows 7 compability mode.
Press ESC to reload configuration and images (ESC will only reload configurations when the window is focused).
Supported operating system:
- Windows
- Linux (tested with Arch Linux 4.18.9 with WINE 3.16)
Notice: If you're using WINE on Linux, make sure that osu! and this application run in the same WINEPREFIX
.
- Support other modes.
- Optimize further for consistency and speed.
- Allow even more customizations.
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, 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.