IrrPAL - physics engine wrapper

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
netpipe
Posts: 669
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

IrrPAL - physics engine wrapper

Post by netpipe »

working on collecting and integrating more engines.

early work on integration, ODE only sofar compiles for linux using codeblocks.

https://github.com/netpipe/IrrPAL

would appreciate any thoughts on using pal, it seems to support many physics engines.
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
CuteAlien
Admin
Posts: 9651
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: IrrPAL - physics engine wrapper

Post by CuteAlien »

I can think of 2 use-cases. First one is that seeing the code make it easier to figure out how to integrate physic engines with Irrlicht. Second one is for a quick first comparison of the speed of different engines.

For real projects I wouldn't use a wrapper around physics engine.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
netpipe
Posts: 669
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

Re: IrrPAL - physics engine wrapper

Post by netpipe »

it would be hard to beat bullet i figure but its still neat that you can use other physics engines to accomplish alot of the same things. the wrapper system is very neat and could lead us to new paths with physics engines the ability to change them during load time sounds very interesting also can completely change gameplay with one line change. also makes benchmarks easier like you say.
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
netpipe
Posts: 669
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

Re: IrrPAL - physics engine wrapper

Post by netpipe »

https://youtu.be/IhOKGBd-7iw?t=23 shows tokamak as the winner
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
GameDude
Posts: 498
Joined: Thu May 24, 2007 12:24 am

Re: IrrPAL - physics engine wrapper

Post by GameDude »

Looks neat. I agree that Bullet would be hard to beat. Would this be easy to compile under Windows using Codeblocks convert feature? Like is there anything that would make it hard to compile under Windows without a few adjustments?
netpipe
Posts: 669
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

Re: IrrPAL - physics engine wrapper

Post by netpipe »

should work ive only compiled for linux sofar.
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
Post Reply