Tutorials

Shameless Plug: Swiftless’ Game Programming Tutorials

Tuesday, January 12th, 2010

Time for another shameless plug. This time it is for Swiftless, a guy who I work with in the Wearable Computer Lab. His website has some pretty awesome tutorials on game programming, OpenGL, Shaders, game related maths and heaps more. Check it out!

Swiftless
http://www.swiftless.com

Tutorial: The Age Gauge & the easy way to get data into Flash

Thursday, June 25th, 2009
Age Gauge on Comeout.on.net

Age Gauge on Comeout.on.net

If you work with websites, sooner or later you will find yourself interacting with Flash. While Flash usually gives me the urge to run for the hills, sometimes it really is the correct tool for the job. If you do have to work with Flash, chances are you will need to get data into it. This post documents how I created the Age Gauge for the Come Out Festival‘s 2009 website. (more…)

Git Tutorial 03 – Pushing & Pulling

Saturday, March 28th, 2009

In the last video, we just looked at adding files and commiting changes. This is great, but remember that in Git, commits are local. In this video we look at how we can set up remote repositories that we can push data to, either to use as backups, or for sharing with others. (more…)

Git Tutorial 02 – The basics

Saturday, March 28th, 2009

This video hits up the terminal and starts using git. We start by creating a git repository, which is super easy with Git. Then, we look at adding files to the repository, and commiting changes. (more…)

Git Tutorial 01 – What is Git

Saturday, March 28th, 2009

In this video I give a brief introduction to the Git Version Control System. (more…)

C++ Video – 3DBuzz Suppliment

Monday, December 8th, 2008

This is a very short video explaining a problem that comes up time and time again on 3dbuzz.com. Essentially, why the code for their Hello World example doesn’t compile. If you have done any C++ coding before, you can safely ignore this video. (more…)