Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 908 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 908 Bytes

Build Status NuGet

BulletMLLib

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

BulletML

XML schema used to define bullets, patterns, and behaviors.

http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/index_e.html

BulletMLSample

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.