irrDynamics - Yet Another BulletPhysics Wrapper
irrDynamics - Yet Another BulletPhysics Wrapper
Hey everyone.
I recently started working on a pretty basic, light-weight physics wrapper. Up to now it's able to deal with basic shapes, terrains, create constraints and animates nodes accordingly. It's laid out as a singleton that's fed with scene nodes, so there's no need to get to know bt's data types. It targets beginners and others who need simple physics.
I'll extend its functionality as I need it. Glad if somebody wants to help out as well.
Oh, and zlib'ed, so no fuzz with any strict licenses.
Have a look here: https://git.socialnerds.org/otto/irrdynamics
Cheers,
p.
I recently started working on a pretty basic, light-weight physics wrapper. Up to now it's able to deal with basic shapes, terrains, create constraints and animates nodes accordingly. It's laid out as a singleton that's fed with scene nodes, so there's no need to get to know bt's data types. It targets beginners and others who need simple physics.
I'll extend its functionality as I need it. Glad if somebody wants to help out as well.
Oh, and zlib'ed, so no fuzz with any strict licenses.
Have a look here: https://git.socialnerds.org/otto/irrdynamics
Cheers,
p.
Last edited by polylux on Sun Jan 16, 2022 1:50 am, edited 2 times in total.
beer->setMotivationCallback(this);
-
- Competition winner
- Posts: 523
- Joined: Tue Jan 15, 2013 6:36 pm
Re: irrDynamics - Yet Another BulletPhysics Wrapper
Sounds pretty useful. Good job I might take a look at it later.
Re: irrDynamics - Yet Another BulletPhysics Wrapper
Nice job man. And very simple implementation If you need someone for testing i'm here
Re: irrDynamics - Yet Another BulletPhysics Wrapper
Nice job
One might confuse this for ode or newton dynamics wrapper (both have dynamics in their name, while bullet doesn't).
One might confuse this for ode or newton dynamics wrapper (both have dynamics in their name, while bullet doesn't).
Last edited by serengeor on Tue May 13, 2014 3:09 pm, edited 1 time in total.
Working on game: Marrbles (Currently stopped).
Re: irrDynamics - Yet Another BulletPhysics Wrapper
Hm, I was thinking to update the irrBullet but maybe I will decide against it after testing your wrapper
IRC: #irrlicht on irc.freenode.net
Github: https://github.com/danyalzia
Homepage: http://danyalzia.com
Github: https://github.com/danyalzia
Homepage: http://danyalzia.com
Re: irrDynamics - Yet Another BulletPhysics Wrapper
Well thanks for the feedback peeps! I'm adding more functionality day by day so check back every now and then.
beer->setMotivationCallback(this);
-
- Competition winner
- Posts: 523
- Joined: Tue Jan 15, 2013 6:36 pm
Re: irrDynamics - Yet Another BulletPhysics Wrapper
Any tutorials or examples yet. I'm new to physics and would like to integrate some simple physics in my app. Of course I'm using VS2013.
Re: irrDynamics - Yet Another BulletPhysics Wrapper
I guess I should add my small test app to the repo, hope I can do that tomorrow or so.
Using irrdynamics with VS is not an issue at all, just make sure it finds the bt headers during compilation.
Using irrdynamics with VS is not an issue at all, just make sure it finds the bt headers during compilation.
beer->setMotivationCallback(this);
-
- Competition winner
- Posts: 523
- Joined: Tue Jan 15, 2013 6:36 pm
Re: irrDynamics - Yet Another BulletPhysics Wrapper
I have to say this is the easiest physics wrapper I've gotten up and going. Yeah I linked it to it's libs and headers. I just new a starting point. I'll check back later for your test app.
Re: irrDynamics - Yet Another BulletPhysics Wrapper
Thanks, glad to hear it can be of use. I'll try to find my testing app's code on the other machine and will make a tut application out of it.
Btw, for those on Arch Linux and derivates, there's a PKGBUILD for it on the AUR.
Btw, for those on Arch Linux and derivates, there's a PKGBUILD for it on the AUR.
beer->setMotivationCallback(this);
Re: irrDynamics - Yet Another BulletPhysics Wrapper
Reporting back, wasn't able to find the test app. I hope I can put together a tut app in the next couple of days. Pretty busy atm.
beer->setMotivationCallback(this);
-
- Competition winner
- Posts: 523
- Joined: Tue Jan 15, 2013 6:36 pm
Re: irrDynamics - Yet Another BulletPhysics Wrapper
Okay I've got school work also LOL. Just when ever you can I'll keep checking this thread often.