Page 3 of 3

Re: irrBullet 0.2.0

Posted: Thu Jul 21, 2016 3:45 am
by GameDude
The_Glitch wrote:Anyone get this working for windows? I desperately need to add a physics library to my project but most wrappers on the forums are old or broken or only for Linux.
I almost got it working under Windows, I just can't figure out what part of the build system I'm doing wrong. Perhaps bKeys will be able to release a windows version/build soon, or perhaps someone on his team?

Re: irrBullet 0.2.0

Posted: Thu Jul 21, 2016 2:53 pm
by The_Glitch
I hope so it would be very helpful.

Re: irrBullet 0.2.0

Posted: Thu Jul 28, 2016 8:32 pm
by bkeys
GameDude wrote:
The_Glitch wrote:Anyone get this working for windows? I desperately need to add a physics library to my project but most wrappers on the forums are old or broken or only for Linux.
I almost got it working under Windows, I just can't figure out what part of the build system I'm doing wrong. Perhaps bKeys will be able to release a windows version/build soon, or perhaps someone on his team?
Sorry we have been really busy with other commitments and such so we have not been able to give irrBullet our full attention at the moment. If someone could do a pull request I would be happy to take a look at it.

Re: irrBullet 0.2.0

Posted: Fri Jul 29, 2016 1:05 am
by GameDude
bkeys wrote:
GameDude wrote:
The_Glitch wrote:Anyone get this working for windows? I desperately need to add a physics library to my project but most wrappers on the forums are old or broken or only for Linux.
I almost got it working under Windows, I just can't figure out what part of the build system I'm doing wrong. Perhaps bKeys will be able to release a windows version/build soon, or perhaps someone on his team?
Sorry we have been really busy with other commitments and such so we have not been able to give irrBullet our full attention at the moment. If someone could do a pull request I would be happy to take a look at it.
If I could figure out what settings that are messing up the Windows Build, I'd probably have it. If it would be possible to have a visual studio file to build it, I could easily build and get a windows version of irrbullet. As of right now, I'm using Bullet Physics as a seprate library.

Re: irrBullet 0.2.0

Posted: Thu Aug 04, 2016 7:23 pm
by The_Glitch
Hope you guys come up with a windows sample can't wait to add better collision and physics to my project.

Re: irrBullet 0.2.0

Posted: Tue Oct 11, 2016 4:13 pm
by sunnystormy
If I wanted to use this inside of my project, does my whole project have to conform to the GPLv3? Or only the parts that utilize the interface of this library? I'd like to create games that I could sell without needing to open up my whole project.

Re: irrBullet 0.2.0

Posted: Fri Mar 10, 2017 8:07 am
by GameDude
Has a Windows build for irrBullet been released?

EDIT: The github page no longer seems to exist.

Re: irrBullet 0.2.0

Posted: Sat Mar 24, 2018 12:11 am
by jorgerosa
- Lattest irrBullet (Bullet physics wrapper) can now be downloaded from here: https://github.com/danyalzia/irrBullet
- BUT atention to this bug (very simple to fix): https://github.com/danyalzia/irrBullet/issues/3
I´m "reviving" this post, because I am on an small project here (Irrlicht + Bullet + irrBullet), and I am finding "important" stuff that may help anyone else too. I´ve spent so many time to find this so simple bug... :/

Re: irrBullet 0.2.0

Posted: Sat Mar 24, 2018 7:59 pm
by devsh
Nice :D

Re: irrBullet 0.2.0

Posted: Mon Mar 26, 2018 3:42 am
by GameDude
Would it be possible for a windows build or a Visual Studio project to be made?