Skip to content

Tags: Yuhao93/libfreenect

Tags

v0.1.2

Toggle v0.1.2's commit message
Version 0.1.2

v0.1.1

Toggle v0.1.1's commit message
examples: use exit() instead of pthread_exit() from main thread.

OSX seems to spawn an extra thread for GLUT. As a result, we can't just call
pthread_exit() because there's still one thread left after we kill all the
threads we directly spawned, so the examples never stop running.

Signed-off-by: Drew Fisher <[email protected]>

v0.1

Toggle v0.1's commit message
Finally, a versioned release!