OpenTaiko icon indicating copy to clipboard operation
OpenTaiko copied to clipboard

A familiar drum rhythm game

Results 7 OpenTaiko issues
Sort by recently updated
recently updated
newest added

We want to create really cool effects on the screen, and that is only really possible if every single object can be scaled, moved and manipulated in different ways.

update

We want to be able to scale the interface for different resolutions and screen sizes, so we'll want to make this as seamless as possible. Ideally this should be completely...

addition

In order to get scalable GUIs without texture degradation, we need to be able to compile the SVGs into loadable textures at runtime. So the SVGs need some work to...

enhancement
addition

This will be done automatically in original otfm files based on rhythm, but something needs to be done about importing from .osz, because the format there is timestamp based.

addition

Some hit objects, like the large drum, are broken. They need to be fixed.

bug

The OpenTaiko fumen format needs an update to accommodate new features and improve quality of life. Upgrades that should be done in particular: * Remove the attrs section completely and...

update

Add Ubuntu dependency guide. Main difference between Debian and Ubuntu is lack of `libsdl2-mixer-2.0-0` package out-of-the-box, and updated `libcsfml-audio2.4` package (version 2.3 does not exist in repositories of Ubuntu Bionic...