1
0
mirror of synced 2024-11-27 22:40:49 +01:00

Update README.md

This commit is contained in:
Viv 2023-06-02 16:35:03 -04:00
parent b4ab35a09a
commit 5adcdd47d0

View File

@ -24,11 +24,11 @@ The converter is in a messy/experimental state, and is not yet fit for use due t
- [ ] Argument parsing + proper i/o handling
- [ ] Packaging into an executable
Please wait for an initial release for these features to be added. Until then, the source code in this repo is presented as-is.
Once these features are added, I will create an initial release. Until then, the source code in this repo is presented as-is.
### Attribution
- The fumen-parsing code in this project is based off of a modified copy of the `readFumen()` function from the [`fumen2osu.py`](https://github.com/KatieFrogs/fumen-tools/blob/main/fumen2osu/fumen2osu.py) found in @KatieFrogs' [`fumen-tools`](https://github.com/KatieFrogs/fumen-tools) project.
- The TJA-parsing code in this project is a modified Python translation of the `parseTJA.js` file from @WHMHammer's `tja-tools`.
- The fumen-parsing code in this project is based off of a modified copy of the [`readFumen()`](https://github.com/KatieFrogs/fumen-tools/blob/6ff3a2f7f53687f3dd49c5c57fcfc5ccbe3e5a10/fumen2osu/fumen2osu.py#L7-L152) function from the [`fumen2osu.py`](https://github.com/KatieFrogs/fumen-tools/blob/main/fumen2osu/fumen2osu.py) found in @KatieFrogs' [`fumen-tools`](https://github.com/KatieFrogs/fumen-tools) project.
- The TJA-parsing code in this project is a modified Python translation of the [`parseTJA.js`](https://github.com/WHMHammer/tja-tools/blob/master/src/js/parseTJA.js) file from @WHMHammer's [`tja-tools`](https://github.com/WHMHammer/tja-tools).
> **Note**: To be explicily clear, neither @KatieFrogs nor @WHMHammer have endorsed this project, are affiliated with this project, or have made any direct contributions to this project. I am just borrowing their existing work.