Versions corresponding(OGRE VS Newton)

uniqsww

30-03-2010 17:16:49

Can someone give a list of the OGRE with the corresponding Newton which can work together with OGRE?
I think it can be very helpful to both new learners and the ones who used it frequently and will port it some times.
I now just want to get it work with OGRE 1.7,the latest build from svn.Because the new version of OGRE have progressed much.I don't know which version of the Newton can be used.And what is OGRENewton?Someone have already worked on it?On the intergration?
I shall be very grateful to any answers.Thank you!
By the way,I am just wondering how can I download the whole folder on the sourceforget address: ucp.php?mode=activate&u=14315&k=58SDITQZU7 Will I download it one by one? :D :D u must be kidding...

kallaspriit

30-03-2010 20:39:56

OgreNewt is tested with 1.6, but since it uses very basic and fundamental parts of Ogre, I see no reason it would't work with 1.7, perhaps needing minor changes. For SVN, you need an SVN client, check out tortoise svn on windows :wink:

uniqsww

31-03-2010 03:27:43

OMG,,the link doesn't work......
It is a folder,not a svn address.And not a FTP address..I used the great svn since Oct 2007 :D .

Thank you very much,for I am just learning this physics engine and want to do something more interesting.You told me that the newton used very basic things of the OGRE engine.I will figure them all out :lol: and during this I can learn something interesting.

baiqian

31-03-2010 06:45:17

I tried ogre1.7+ newton 2.18+ ogrenewt svn, the ogrenewt DLL and lib compiled successfully. And for the samples, the first three samples can be compiled and ran well, but for last several samples, it depend on CEGUI. But i think the code need minor change, i'll try disable CEGUI part, but i think no problem for the sample to work. Since CEGUI is not longer a part of OGRE SDK in 1.7

kallaspriit

01-04-2010 15:52:14

CEGUI does not too much useful in the demos and should be removed from them all together, unfortunately I do not have the time to do it myself. In my Minimal OgreNewt Project demo, CEGUI is not used.