lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Is there a library in Lua for games user interface?

I've been looking at CEGUI for a project I'm working on, it fits in nicely with the OGRE scenegraph engine, which is also what I'm using, but you can use any renderer you like with it. According to CEGUI's webpage:

http://www.cegui.org.uk/modules/xoopsfaq/index.php?cat_id=1#q19

"The Lua scripting module is not finished and so has not been released yet. The huge delay this feature has encountered has mainly to do with portability issues with the original choice of binding library - luabind."

CEGUI has a nice clean design, and I might just end up rolling a small set of bindings for my own use, but if they work out nicely I'll certainly post them here.