my osu! skin
https://osu-skin.pompy.dev/POMP.osk
.github/workflows | ||
.repo | ||
.vscode | ||
src | ||
.gitignore | ||
LICENSE | ||
README.md | ||
requirements.txt |
osu-pomp-skin
My custom skin for the game osu! (yes, the exclamation mark is part of the name).
Characteristics
- minimalistic
- does not even have a health bar
- uses the default element in most cases
- skins osu!standard only
- acc meter positioned on top of the screen instead of the bottom
- made specifically for osu!lazer
- uses HD images only
Commands
The files are not usable on their own.
They have to be parsed and compressed down to a .osk
file.
Run the following commands to generate the skin archive.
Note that the commands assume they are called from the project root
Install dependencies:
pip install -r requirements.txt
Build skin:
python src
What's in it?
Though no images have a @2x
postfix, they are all HD images. The postfix are added automatically during the build process.
Resources
- osu! wiki page about skinning
- some assets are from:
- vaxei's skin (audio and followpoints)
- flyingtuna's skin (hit circles and slider colors)
- whitecat's skin (cursor)
- osu!pure skin (hit bursts)
License
The source code of this project* is available under the MIT License.
*Excluding assets such as images, fonts, and audios.
Fonts:
- Source Code Pro: Open Font License (OFL)
- Noto Sans: Open Font License (OFL)