Bloomreach XIN mods

The XIN mods are a set of tools that turn a vanilla Blooomreach XM install into an easy-to-deploy Fully Headless Content as a Service instance that you can use to quickly model and query information in your repository with!

JSdoc to Swagger document generator

An NPM module I wrote that converts JSdoc annotations to Swagger documents to be served as an endpoint or fed to Redoc.

Kinect SDK: surrounded by bees

Lately I have been given the opportunity to experiment with the brand new official Microsoft Kinect SDK. In only a few days I setup a framework in which skeleton location information is easily projected onto the screen.

Shoutzor 2012

Shoutz0r is a central music management system ideal for LAN-parties.

SQLite Wrapper C++

This project is an excerpt of the Shoutz0r code base that provides a small but useful abstraction in C++ for the SQLite library allowing easy retrieval to structures of queries.

Open MiniGUI: C++/OpenGL GUI prototyping library

I took it upon myself to create a simple prototyping GUI library that is integrated into existing OpenGL applications. It contains a number of standard components, features elements such as data-linking, extreme ease with a non-invasive notation.

LINCS: a linear constraint solver

This project is an implementation of the linear contraint solver algorithm (LINCS). This algorithm is used in molecular dynamics simulations. In this application we use it to simulate the coiling of a rope as it hits a surface.