FABIANO ONÇA & COLMEIA
Tantalus Quest
file festival
Game designer Fabiano Onça conceived the game, in which people must fill geometric shapes with their own silhouettes (as captured by webcams hanging from the ceiling): Software was built with OpenFrameworks, which is to C++ what Processing is to Java. A prototype was built with Flash (AS3), but it was slow — reading pixel values (BitmapData.getPixel) can be processor-heavy. Thanks to OpenFrameworks, porting the AS3 code to C++ was quite easy. The application is very simple: the images captured by the cameras are brightened, blurred and thresholded, resulting in black blobs. The amount of blob pixels inside the geometric shape count as positive points and the pixels outside the geometric shape count as negative points.