scripting languages in irrlicht...

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
buhatkj
Posts: 444
Joined: Fri Dec 12, 2003 4:53 am
Contact:

scripting languages in irrlicht...

Post by buhatkj »

i was wondering what scripting languages people had tried integrating with irrlicht. i have heard some people talking about CaLua in other threads, and i check it out, but it seems almost as complex as just integrating Lua manually!! i have looked at several open source scripting languages and they all seem to do it the same way, and for the most part seem to be aimed at the C(as opposed to C++) programmer. does anybody else have some code they could point me to of how they did it or some scripting language i havent heard of that does it better?
-Ted
My irrlicht-based projects have gone underground for now, but if you want, check out my webcomic instead! http://brokenboomerang.net
saigumi
Posts: 921
Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:

Post by saigumi »

"Some people talking about CaLua"? Only person that has ever brought it up is me... and it's a lot easier than integrating Lua manually.

Irrlicht to OpenGL = CaLua to Lua

I posted a lot of my code challanges on the Lua support board.

Here is the code I used to test Lua. It's the same library as my XML GUI Loader, but instead of XML, it used Lua to load everything.

http://www.saigumi.net/calua-irrlicht.zip
Crud, how do I do this again?
powerpop
Posts: 171
Joined: Thu Jan 08, 2004 1:39 am
Location: san francisco

Post by powerpop »

personally i like simkin - but thats because i use an XML format for my game and it fits in well - its also easy to integrate

lua is good

the one that is a bear to work with is python - it just seems like too much these days although it is one of the few that is object oriented - i wish there was a python-lite that was easy to plugin

tcl is another easy to plugin scripting format although the language itself is a bit ugly
buhatkj
Posts: 444
Joined: Fri Dec 12, 2003 4:53 am
Contact:

yeh i use XML too...

Post by buhatkj »

yeh heh i plugged in tinyXML a few days ago and have been using that as well for graphics settings and the like :-) thx for the suggestions powerpop :-)
-Ted
My irrlicht-based projects have gone underground for now, but if you want, check out my webcomic instead! http://brokenboomerang.net
Guest

Post by Guest »

I found angelscript very easy to integrate
http://www.angelcode.com/angelscript/

cheers
tom
Post Reply