https://github.com/jlchntoz/bemusilization
Standalone BMS/Bmson parser written for BananaBeats.
https://github.com/jlchntoz/bemusilization
bms bmson c-sharp game rhythm-game
Last synced: 11 months ago
JSON representation
Standalone BMS/Bmson parser written for BananaBeats.
- Host: GitHub
- URL: https://github.com/jlchntoz/bemusilization
- Owner: JLChnToZ
- License: artistic-2.0
- Created: 2016-10-17T16:19:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-07T09:52:00.000Z (about 6 years ago)
- Last Synced: 2025-03-16T20:01:44.868Z (about 1 year ago)
- Topics: bms, bmson, c-sharp, game, rhythm-game
- Language: C#
- Homepage: https://bms.moka-rin.moe
- Size: 443 KB
- Stars: 13
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bemusilization
==============
This repository contains the core of [BananaBeats](https://github.com/JLChnToZ/BMP-U) and some necessary dependencies which will able to parses BMS and/or Bmson files. It will convert the chart into resource IDs and note events for further processing such as load all resources and/or placing notes on the stage.
Besides of being a chart parser for a music game, this parser is available for other purposes such as chart analyser too. Feel free to fork and include this into your project.
This parser is not 100% accurate, although we are trying to make it as accurate as possible. If anyone found a bug, have suggestions or even patched this parser, welcome to file an issue/pull request back.
The reason of creating this standalone repository and library project is because it will be easier to develop, maintain and patch the core. Thus all issues related to the parsing errors and/or new format requests should be reported here instead of BananaBeats main repository.
License
=======
[Artistic License 2.0](LICENSE)