Category Archive - Projects

Ray Tracing Fun

Wednesday 14 April, 2010 · Computer Graphics · Projects

Finished writing my own acceleration structure for my Ray Tracer. Currently it’s something between a KD-Tree and an Octree. I expected performance to be slightly better than my original code, but to my suprise it’s already superfast (< 1 second for a Stanford Dragon) and I didn’t even optimize it yet.

FML

Friday 15 January, 2010 · Projects

What computer sciencese really is about: spending 40+ hours looking for a bug only to find out that this so-called “bug” is caused by somebody else his code. FML Over the past months I’ve spent countless hours working on my project of Computer Animation (given at UHasselt). In short, I have to make a tennisgame [...]

Microgaming Script Updated

Wednesday 7 October, 2009 · Poker · Projects

Added functionality for resizable tables. Miniview tables are still not supported, see Projects page for download link.