Permalink 23/11/09 06:27:52 pm Categories: Technical, Rants, .NET General , 325 words, English (AU)

How to write programs in Silverlight

I've been playing around with Silverlight recently, and I've discovered that my method of programming in Silverlight is slightly different to programming with any other framework that I've used in the past. Normally, I'll read an "introduction" or "g… more »
Permalink 10/11/09 08:06:00 am Categories: Technical, War Worlds , 391 words, English (AU)

Luabind and the "raw" policy

I've been working on integrating Lua into War Worlds for programming the AI player and so far, it's been going really well. I've been using Luabind to help me bind C++ classes and methods to Lua tables and functions and it's mostly been really easy.… more »