Monthly Archive for April, 2009

TechnoBox demos


Continue reading ‘TechnoBox demos’

Brain-Machine interface

JavaScript RSS broadcast builder for Google Reader

JavaScript code that allow you to build an broadcast of your latest shared news just like this.
Continue reading ‘JavaScript RSS broadcast builder for Google Reader’

Some mobile AR from int13

Fruity Loops for Nintendo DS

Cool AR Elephants based on PTAM engine

Rich editor as cell renderer

preview
Continue reading ‘Rich editor as cell renderer’

PTAM experiments

Compiling PTAM under mac os x

When u will compile PTAM, u probably get an error:

In file included from OpenGL.h:20,
from GLWindow2.cc:1:
/usr/local/include/cvd/gl_helpers.h:38:19: error: GL/gl.h: No such file or directory
/usr/local/include/cvd/gl_helpers.h:39:20: error: GL/glu.h: No such file or directory
/usr/local/include/cvd/gl_helpers.h: In function ‘void CVD::glPrintErrors()’:
/usr/local/include/cvd/gl_helpers.h:565: error: ‘gluGetString’ was not declared in this scope
make: *** [GLWindow2.o] Error 1

to fix it, just open /usr/local/include/cvd/gl_helpers.h
and change lines 38 & 39 like this:

38 #include <openGL/gl.h>
39 #include <openGL/glu.h>

Using wii remote as loop mashine