Skip to content
/ Bullet Public

A custom distribution of the Bullet Physics Library. Used by the Athena Game Framework.

License

Notifications You must be signed in to change notification settings

Kanma/Bullet

Repository files navigation

This is a custom distribution of the Bullet Physics Library, version 2.81.

This distribution includes a custom XMake-based build system. Only the library
is distributed (ie. there is no demo application or tool included).


License
-------

Bullet's license is unchanged: this library is released under the ZLib License.

The license of Bullet is contained in the file 'LICENSE'.


Submodules
----------

This distribution use XMake as a GIT submodule. To download it, do:

	$ git submodule init
	$ git submodule update


Compilation
-----------

It is recommended to compile the library in a separate folder. Here's how I do it:

  $ mkdir build
  $ cd build
  $ cmake ..
  $ make

About

A custom distribution of the Bullet Physics Library. Used by the Athena Game Framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published