SNURhythm / bms-parser-cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bms-parser-cpp [WIP]

C++ implementation of Be-Music Script parser

WIP: Parser interface may change. This is quite functional though; you can use it right away.

You can get amalgamated code from releases, or you can build it by yourself by running make amalgamate in the root directory.

Goal

  • Implement blazing-fast parser with parallel processing

TODOs

  • Implement client-specific commands like
  • Refactor interface to fit standard conventions
  • Provide note position calculator

Others

Check bms-parser-py for Python implementation

About

License:GNU General Public License v3.0


Languages

Language:C 97.3%Language:C++ 2.7%Language:Python 0.0%Language:Makefile 0.0%