Well, I finally got a really rough prototype going of some C# code making my sandbox engine create a renderer and attach it to a .NET window. Here’s a screenie…
Category Archive: Uncategorized
Jan
27
Lambda expressions in C# – How useful are they really?
I’m currently working on a project where we are using a technology called DDS (Data Distribution Service). DDS is a Publish/Subscribe technology for Inter-Process Communication. It is fast, and very flexible in terms of the Quality-of-Service that you want. Now, I have developed a framework around it so that various parts of our application need …
Dec
02
Windows Phone 7 game “Get Kicking” out now!
My first Windows Phone 7 game “Get Kicking” is available now on the Windows Phone 7 Marketplace: http://social.zune.net/redirect?type=phoneApp&id=72d6c3a5-a6f9-df11-9264-00237de2db9e
Oct
30
Windows Phone 7 Challenge Entry is in…
I’ve been working on an entry for the Windows Phone 7 Challenge the Microsoft NZ are running. The game is done (not withstanding a few minor tweaks), and the video has been uploaded to youtube. Check it out below:
Jul
06
.NET 4.0 and the Task Parallel Library (TPL)
I’ve been tasked with presenting a training session at work on the new concurrent programming features in the .NET Framework 4.0, so I’ve been playing around with a Mandelbrot set visualiser for which I have written three routines: a sequential routine, a (potentially) each line can be calculated in parallel, and a third where (potentially) …
