irrBullet 0.2.0

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
GameDude
Posts: 498
Joined: Thu May 24, 2007 12:24 am

Re: irrBullet 0.2.0

Post 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?
The_Glitch
Competition winner
Posts: 523
Joined: Tue Jan 15, 2013 6:36 pm

Re: irrBullet 0.2.0

Post by The_Glitch »

I hope so it would be very helpful.
bkeys
Posts: 42
Joined: Sat Feb 27, 2016 9:06 pm

Re: irrBullet 0.2.0

Post 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.
- Brigham Keys, Esq.
GameDude
Posts: 498
Joined: Thu May 24, 2007 12:24 am

Re: irrBullet 0.2.0

Post 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.
The_Glitch
Competition winner
Posts: 523
Joined: Tue Jan 15, 2013 6:36 pm

Re: irrBullet 0.2.0

Post by The_Glitch »

Hope you guys come up with a windows sample can't wait to add better collision and physics to my project.
sunnystormy
Posts: 105
Joined: Mon Jun 02, 2014 2:32 am
Location: Washington, D.C.
Contact:

Re: irrBullet 0.2.0

Post 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.
My blog: http://fsgdp.wordpress.com "The Free Software Game Development Pipeline"
GameDude
Posts: 498
Joined: Thu May 24, 2007 12:24 am

Re: irrBullet 0.2.0

Post by GameDude »

Has a Windows build for irrBullet been released?

EDIT: The github page no longer seems to exist.
jorgerosa
Competition winner
Posts: 117
Joined: Wed Jun 30, 2010 8:44 am
Location: Portugal
Contact:

Re: irrBullet 0.2.0

Post 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... :/
GameDude
Posts: 498
Joined: Thu May 24, 2007 12:24 am

Re: irrBullet 0.2.0

Post by GameDude »

Would it be possible for a windows build or a Visual Studio project to be made?
Post Reply