Lua and XNA learning resources

Started by
0 comments, last by Domx 12 years, 6 months ago
Hello guys,

I have done some simple games in XNA. I want to learn Lua scripting, can you recommend me any resources for Lua scripting in XNA?

Thank you
Advertisement
There was one project that implemented lua over XNA called XNua, but it died sometime ago. You can still get it here: https://pantherengine.svn.sourceforge.net/svnroot/pantherengine/trunk/XNua01b/. However, consider this - the common consensus is that C# is flexible enough to be used as a script language. Why not leverage that, instead of applying another scripting language to the mix? If your main focus is lua, there are plenty of resources related to Lua + C++ combination and it's probably better to use those.

This topic is closed to new replies.

Advertisement