X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=setup.py;h=842c7e4a4f3ba504f438ce0e8332e6fde0d54ee6;hp=57849072eb0c4b836625a2ee90f6f5904e1dfc3e;hb=bcc629f4faa2e762fb9d8c92af7583497dc15e2a;hpb=0f067785de711c772c2c44c7f1e1cf8b44b2704f diff --git a/setup.py b/setup.py index 5784907..842c7e4 100755 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ class test_cmd(Command): if __name__ == "__main__": setup(cmdclass=dict( clean=clean, test=test_cmd, coverage=coverage_cmd, sdist=sdist), - name="python-bulletml", version="0.1", + name="python-bulletml", version="1", url="http://code.google.com/p/python-bulletml/", description="parse and run BulletML scripts", author="Joe Wreschnig", @@ -124,6 +124,9 @@ renderer-agnostic. In addition to the standard BulletML XML format, this module supports an equivalent YAML format. +Finally, two simple collision routines are provided, bulletml.overlaps +for stationary circles and bulletml.collides for moving circles. + A sample renderer for Pygame is included. More information is available at the BulletML homepage,