wow interface customisation
Geek
So the new massively-multiplayer game, World of Warcraft uses XML to describe its user interface and the light-weight language Lua to glue the interface to the game's internals. Which of course is how Mozilla's interface is built and how I want the interface for game objects to be built in my game.
Lua itself looks interesting, but I have a feeling it wasn't meant to work on Java Virtual Machines, so I'll probably still be using Javascipt and/or Python as the scripting language for SWars.
I think I might buy game just so I can hack on it a bit to see how they have implemented everything.
Comments
Add a Comment