Fork me on GitHub

Posts Tagged ‘xna’

Mouse Trail

Posted on: 01-11-10 | By: David | In: Curltable | Comments: RSS 2.0

To improve the feedback of the turntable, especially for the plate, a bit I wrote a simple DrawableGameComponent which draw’s a mouse trail. Simply call it in your game via:
1
Cursor c = new Cursor(this);

Read more

The Curltable

Posted on: 12-2-09 | By: David | In: Curltable | Comments: RSS 2.0

This is hopefully one of many posts about my ongoing work for the Curltable. You may ask what exactly the curltable is? Well it’s basically another approach on integrating digital music into a dj mix. There are already several other approaches out there which work fine for most people. What I tried to accomplish with this software is to simplify the mixing with digital music and to share a solution that is affordable.

Read more