Adding Lua scripting to your .Net app or game
Posted by: MSDN: Coding4Fun,
on 30 Nov 2011 |
View original | Bookmarked: 0 time(s)
You've heard of Lua? The scripting language used in many games, like World of Warcraft? Wouldn't it be kind of cool to integrate Lua scripting into your .Net application? I thought so too...Integrate Lua into WPF GamesLua is a world-famous scripting language. It is a lightweight multi-paradigm programming language designed as a scripting language with extensible semantics as a primary goal. In this article, we are to explore how to integrate Lua into C# applications, especially WPF games.1 Introduction...