Search found 3 matches

by willywilly
Fri Jun 04, 2010 10:09 am
Forum: Beginners Help
Topic: Game scripting languages
Replies: 20
Views: 4226

Also v8 from google, its a great and easy to use scripting engine (which i replaced my use of angelscript with). I also wrote a small primer/helper function for people interested in v8 : http://blog.owned.co.za/?p=205 There is also game programming gems 6, which compares a good handful of scripting...
by willywilly
Fri Jun 04, 2010 9:37 am
Forum: Beginners Help
Topic: Should I use SDL with Irrlicht?
Replies: 3
Views: 454

Thank you for the reply! :) Why would Irrlicht need to be in the main thread? I wanted to make the game work like this: main (containing thread management) - gamelogic - - ai - - netcode - - scripting - irrlicht, irrklang (i do not know yet how these are commonly connected) All connected via a threa...
by willywilly
Fri Jun 04, 2010 7:13 am
Forum: Beginners Help
Topic: Should I use SDL with Irrlicht?
Replies: 3
Views: 454

Should I use SDL with Irrlicht?

After trying Ogre3D and Panda3D, I decided for Irrlicht because of its incredibly superior coding style and handling. To my joy, Irrlicht does not only do graphics but also processes input and can open a window to draw into cross platform. The only thing missing for me now are threads. Good old SDL ...