An open API service indexing awesome lists of open source software.

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.

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)