Fork me on GitHub

Archive for 2010

Installer will be ready in a few days

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

It has been a while since my last post, but I was kind of busy working for my company which will hopefully launch a new website in a few days. Anyway. Many people asked me about an installer or instructions on how to get the sources ready. I will try to provide those in a few days, so stay updated for that.

Read more

Curltable V1.0 Alpha released

Posted on: 03-21-10 | By: David | In: Curltable | Comments: RSS 2.0

The first release is ready for sharing. You can find the source at Github. Master: http://github.com/DHoffm/Curltable Archives: Zip, TAR If somebody needs an installer feel free to send me an email and I will see what I can do. There is still a long way to go so be nice with your comments! Leave your interesting and creative responses in the comment section beloooowwwww.

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