1
0
mirror of synced 2024-11-24 05:30:11 +01:00

README.md: Update "Features" section

This commit is contained in:
Viv 2023-10-17 22:01:56 -04:00 committed by GitHub
parent dcbe269899
commit dcf74a45a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,10 +29,12 @@
## Features
- Parse `.tja` chart files.
- Convert parsed TJA song data into fumen chart data.
- Write fumen chart data to `.bin` files.
- Decode official fumen `.bin` files.
tja2fumen is designed to be an open source alternative to the closed source tja2bin tool that has been floating around various Discord servers.
- Converts `.tja` chart files to official fumen `.bin` files.
- Decodes official fumen `.bin` files (to inspect metadata and note data).
- Uses strong development practices (thorough test suite with example charts, type checking)
- Provides an open source resource for the Taiko no Tatsujin fumen file format.
## Usage