easy-phi is a library written in C++ to rendering rhythm chart.
It is based on grain, a C++ package manager.
- Phigros
- Milthm
- High Performance: Optimized for performance, suitable for real-time rendering.
- Simple API: Easy to use and understand.
- Game Utilities: Support for handling game-related data or resources.
-
Making it Easier: We're making it easier to use easy-phi by clear and convient API design.
-
Supporting More Games: We're working on supporting more rhythm games, such as Rizline.
You should install the grain package manager:
pip install git+https://github.com/qaqFei/grain.git
grain info # init config
# if you are in China, you can use ghproxy
grain config set use_ghproxy TrueSee the documentation here.
You can run the main test program by the following command:
grain package clean
grain package run-test . --macro APP_TYPE_OPEN_RPE_RECORDERThe files in files/resources are maybe not owned by this project, please contact for removal if there is any copyright infringement.
We do not guarantee that the api is stable between versions.