A C# library used to read BulletML XML files. This is the implementation by Keiichi Kashihara of Bandle Games. All credit goes to him.
https://sites.google.com/site/bandlegames/bulletml-c
XML schema used to define bullets, patterns, and behaviors.
http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/index_e.html
XNA 4.0 sample of how to use the BulletMLLib. All credit goes to Keiichi Kashihara of Bandle Games.
This sample will ONLY work in Visual Studio 2010 because XNA 4.0 is not supported on Visual Studio 2012.