toLUA vs caLUA

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
keless
Posts: 805
Joined: Mon Dec 15, 2003 10:37 pm
Location: Los Angeles, California, USA

toLUA vs caLUA

Post by keless »

toLUA++ (which is an extention of toLUA)
http://www.codenix.com/~tolua/

handles binding c and c++ features to LUA, and has library files for both MSVC and Mingw (read: DevCPP), also works in linux.

is there any reason to use caLUA over this?
a screen cap is worth 0x100000 DWORDS
buhatkj
Posts: 444
Joined: Fri Dec 12, 2003 4:53 am
Contact:

just checked it out, wow...

Post by buhatkj »

i tried it out on one of my very simple header's for just an encryption util i use in fmorg...wow. it just spits out a .cpp and a header which allegedly just binds the whole sucker to LUA. code doesnt look like anything i've seen before tho, i shall have to set up a project using that output and see if i can actually call my function from LUA then...i'll be most impressed if that's the case!
-Ted
My irrlicht-based projects have gone underground for now, but if you want, check out my webcomic instead! http://brokenboomerang.net
Post Reply