A light-weight Bullet Physics wrapper for the irrlicht graphics engine
Go to file
Otto Naderer 44650eed0c added getRotation 2022-06-05 14:08:07 +02:00
doc removed compiled doxy 2014-03-12 17:54:56 +01:00
include added getRotation 2022-06-05 14:08:07 +02:00
prj inital commit of the physics singleton 2014-03-12 17:51:43 +01:00
src added getRotation 2022-06-05 14:08:07 +02:00
.gitignore Initial commit 2014-03-12 04:55:55 -07:00
CMakeLists.txt init cmake 2022-05-01 17:40:54 +02:00
LICENSE changed license to zlib 2014-05-01 21:10:34 +02:00
Makefile changed license to zlib 2014-05-01 21:10:34 +02:00
README.md changed license to zlib 2014-05-01 21:10:34 +02:00
irrdynamics.make modified lib naming 2014-05-05 19:43:02 +02:00
premake4.lua modified lib naming 2014-05-05 19:43:02 +02:00

README.md

irrdynamics

A light-weight Bullet Physics wrapper for the irrlicht graphics engine. Currently irrdynamics is very basic, it features basic shape handling, allows to define constraints between them and does the physics sim stepping for you. Oh, and most notably: It handles terrain correctly.

Layout

irrdynamics is laid out as a singleton that can be fed with irrlicht's ISceneNodes. It does all the physics handling abstracted from the application programmer who doesn't need to know a thing about bullet's data types. Hence irrdynamics targets newbies and those coders, who need fast and simple physics support for their game.

Installation

There is a CodeBlocks project in the "prj" folder plus a premake4 script and a Makefile in the base dir. They all support Linux for now, should be fairly straightforward to create a MSVC project for it. If you do so, please leave a note at https://github.com/ottona/irrdynamics

License

irrdynamics has recently been released under the zlib license as according to irrlicht's and bullet's one. So you can basically do anything (well, most things) with it. Oh, and if you can: CONTRIBUTE! :)

Have fun, Otto "polylux" Naderer