Newton Dynamics is now Open Source!!!
-
- Competition winner
- Posts: 80
- Joined: Tue Jun 29, 2010 10:06 pm
- Location: Valencia, Spain
Newton Dynamics is now Open Source!!!
A few days, into the website of Newton Game Dynamics, i enter to download the latest version of its physics engine and I have found that now is open source and best of all ... zlib licensed.
We can modify or improve it as we like, that if, without breaking the license.
In addition, it is now compatible with the license of Irrlicht...
possible future release of Irrlicht with physics engine?
Sounds good
Link:
http://newtondynamics.com/forum/downloads.php
We can modify or improve it as we like, that if, without breaking the license.
In addition, it is now compatible with the license of Irrlicht...
possible future release of Irrlicht with physics engine?
Sounds good
Link:
http://newtondynamics.com/forum/downloads.php
Follow me on twitter: @themrcerebro
Re: Newton Dynamics is now Open Source!!!
I don't think that Irrlicht really needs a built in physics engine, as some people prefer other physics engines, and also it would make irrlicht harder to maintain.TheMrCerebro wrote: In addition, it is now compatible with the license of Irrlicht...
possible future release of Irrlicht with physics engine?
Working on game: Marrbles (Currently stopped).
this is really a good news!!
My company: http://www.kloena.com
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info
I had the same idea of a unified physics integration via a unique header.
(just see irrsolid thread if i'm lying XD).
The problem is that if you are going to integrate physics with an interface for all the physics engine first you must learn from all existing wrappers and create a middle way (so people are much more comfortable with the new interface). That's a big work and requires much programming for every physics engine.(of course just providing a interface is really the simplest part, then some people need to write phys drivers also) Integrating this with irrlicht animators and AI steering behaviours would increase the final speed but this requires adding also a bit of AI to physics (soon some AI/physics classes will be released with irrsolid).
(just see irrsolid thread if i'm lying XD).
The problem is that if you are going to integrate physics with an interface for all the physics engine first you must learn from all existing wrappers and create a middle way (so people are much more comfortable with the new interface). That's a big work and requires much programming for every physics engine.(of course just providing a interface is really the simplest part, then some people need to write phys drivers also) Integrating this with irrlicht animators and AI steering behaviours would increase the final speed but this requires adding also a bit of AI to physics (soon some AI/physics classes will be released with irrsolid).
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
Providing an interface is the hard part, it's much, much easier to write an implementation for a special case than design a good, clean interface that works for every case.REDDemon wrote:of course just providing a interface is really the simplest part, then some people need to write phys drivers also
You'd have to research every available physics library and create the simplest, most lightweight and intuitive interface that supports the broadest range of features possible, yet remains extensible, without having loads of special cases. If it were to eventually replace Irrlicht's collision manager then it would also need to simplify rather than complicate Irrlicht's design. That's a pretty tough problem.
-
- Competition winner
- Posts: 1123
- Joined: Sun Jun 10, 2007 11:14 pm
-
- Posts: 1215
- Joined: Tue Jan 09, 2007 7:03 pm
- Location: Leuven, Belgium
-
- Posts: 1186
- Joined: Fri Dec 29, 2006 12:04 am