Syndicated
Add to Technorati Favorites
View my LinkedIn profile
IGDA Member
 
NaNoWriMo 2008 Participant
Begins: Nov 1
 
Amazon.comBlogBlogBlogdeliciousDiggDisqusFacebookFlickrGoodreadsGoogle ReaderGmail/Google TalkLast.fmLinkedInPicasa Web AlbumsRedditStumbleUponTwitterUpcomingYouTubeFriendFeed

Latest comments

 
Programming Blogs - BlogCatalog Blog Directory Programming Blog Directory

Lua

Another useful XNA library: Xnua

If you like to use Lua for game scripting, this is a useful library to check out. Xnua is a library that helps integrate Lua scripting into XNA based games. It uses a content pipeline plugin to convert scripts to .NET assemblies, which rely on the Xnua runtime for support. You can load and run the assemblies more or less normally, and hook them into the Lua states provided by the runtime, in order to add the scripting functionality to your game project.

Twitter