Page 1 of 1

Our Tutorials...

Posted: Wed Jan 10, 2007 5:02 am
by geekworx
Hi everybody,

I have been involved in a project for a while now that was making use of the Irrlicht engine for a MMORPG, recently it was decided to make an architecture change (due to various factors but mainly due to the lack of C++ skills) and XNA was chosen as our new platform.

I had written four basic tutorials for the group of Developers on how to get up and running with Irrlicht, Audiere, Newton, and Raknet and not wanting to see my tutorials go to waste, I thought I would add them here ... maybe someone will get some use out of them.

Each tutorial is aimed at setting up a clean base project and then integrating the libraries that you require ... hopefully it will help someone.

Tutorial 1 - Setting up a Development Environment (WINDOWS)

Tutorial 2 - Integrating Newton Game Dynamics (WINDOWS)

Tutorial 3 - Integrating Audiere Audio Library (WINDOWS)

Tutorial 4 - Integrating RakNet Network Library (WINDOWS)

Posted: Wed Jan 10, 2007 3:50 pm
by afecelis
whoa! this is great geekworx! Thanks for sharing it! :D

Posted: Sat Jan 13, 2007 6:50 pm
by TheRLG
Nice work. These should be in the new wiki!

Posted: Sun Jan 14, 2007 5:06 pm
by geekworx
Well you guys have my permission to include them if you think it will help. :)

Posted: Mon Jan 15, 2007 4:45 am
by BlindSide
Nice, so this is for Irrlicht + XNA? :D Woops I misunderstood. Nice tutorials tho!

Posted: Mon Jan 15, 2007 11:31 am
by Hixxy
For anyone else who looks at this and thinks it's just a nice way to organise msvc++ projects (as I first did) it's far more than that!

If you're looking to integrate Newton into Irrlicht, follow the first two tutorials and then download the Mercior example from the tutorials page and make raven_coda's suggested changes at the bottom of the liked post

http://newtondynamics.com/forum/viewtop ... t+tutorial

Hope this helps

Hixxy