BulletMLLib
A C# library used to read BulletML XML files, based on the implementation by Keiichi Kashihara of Bandle Games...
https://sites.google.com/site/bandlegames/bulletml-c
BulletML
XML schema used to define bullets, patterns, and behaviors.
Based on the spec at ABA Games:
http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/index_e.html
The wiki is a great reference for writing bulletML scripts:
https://github.com/dmanning23/BulletMLLib/wiki
BulletMLLibQuickStart
For an example of how to use the BulletMLLib, check out the QuickStart project:
https://github.com/dmanning23/BulletMLLibQuickStart
It uses BulletMLLib as a submodule, so to checkout out all the code:
git clone https://github.com/dmanning23/BulletMLLibQuickStart
cd BulletMLLibQuickStart
git submodule init
git submodule update