articles

the articles you see here are a mix of my personal blogging and larger articles written for HUGI (demo diskmag)

Hero background

Flocking around with the Kinect

Having created a cool prototype using the newly released Microsoft Kinect SDK I decided to pen down my findings and share them with HUGI readers. You can also read it here.

Read the article

A blast from the past!

This article discusses a number of graphics programming techniques: the rotational zoom, phong shading and bumpmapping. They are combined into a nice visual package: a bump-mapped rotozoom.

Read HUGI Magazine

Reaction Diffusion on the GPU

I created an implementation of the Reaction Diffusion algorithm on the GPU. This basically shows how to solve a PDE through iteration using a Ping-Pong technique with FBOs. In the code downloads there are two implementations. A conventional CPU implementation and one for the GPU using Cg.

Read HUGI Magazine

from the archives

image

AngularJS

Every once in a while, you are introduced to a new technology that improves your day to day life as a Web developer so much, you can't stop talking about it. Recently I have been introduced to AngularJS.

Read Article
image

Open MiniGUI principles

As I was rummaging through ye ol' bin of things I made, I found some articles describing how to use the tiny little OpenGL GUI library I had created. If you're interested in trying to use the library, it's a good (yet incomplete) point to start at.

Read Article
image

Software Evolution

One of the most important factors in determining how well a system, and its current shape is understood lies in how well (and where) it has been documented. This short article shows you a way to add rationale to your configuration files.

Read Article
image

A centralized interface specification

For some time now web applications have been becoming more and more complex. So much even, that there now is a need for them to start mimicking the user interactions of regular Desktop Applications -- think of Gmail, Facebook etc

Read Article
image

Websocket Handshake

Recently, I have been tinkering with the new technologies that the latest browsers have started to integrate, in particular: WebSockets. I ran into some problems with the newest draft that needs you to provide a proper answer to a security challenge.

Read Article
image

SCAR: a Java scaffolding solution

This post is dedicated to providing you with insights into the reasons why "code re-use" is applied; which, in turn, shows why these principles aren't always applicable to middle-sized software components.

Read Article