Skip to content

Tags: Schwarzbaer/libfreenect

Tags

v0.5.0

Verified

This tag was signed with the committer’s verified signature.
piedar Benn Snyder
libfreenect v0.5.0 Satellite

v0.4.3

Verified

This tag was signed with the committer’s verified signature.
piedar Benn Snyder
libfreenect v0.4.3 Rendezvous

v0.4.2

Verified

This tag was signed with the committer’s verified signature.
piedar Benn Snyder
libfreenect v0.4.2 Quixote

v0.4.1

Verified

This tag was signed with the committer’s verified signature.
piedar Benn Snyder
libfreenect v0.4.1 Passenger

v0.4.0

Verified

This tag was signed with the committer’s verified signature.
piedar Benn Snyder
libfreenect v0.4.0 Oracle

v0.3.0

Verified

This tag was signed with the committer’s verified signature.
piedar Benn Snyder
libfreenect v0.3.0 Nucleus

v0.2.1

Verified

This tag was signed with the committer’s verified signature.
piedar Benn Snyder
libfreenect v0.2.1 Mistletoe

v0.2.0

Verified

This tag was signed with the committer’s verified signature.
piedar Benn Snyder
libfreenect v0.2.0 Lazarus

v0.1.2

Version 0.1.2

v0.1.1

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]>