forked from thp/psmoveapi
-
Notifications
You must be signed in to change notification settings - Fork 10
/
LAYOUT
50 lines (42 loc) · 2.45 KB
/
LAYOUT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
bindings - Language bindings
bindings/unity - UniMove, Unity and C# bindings
bindings/qt - psmoveapiqt Library / Qt bindings
bindings/glib - GObject Introspection bindings (Vala/GJS)
bindings/swig - SWIG-based bindings (Python and Java)
bindings/opentracker - Module and input source for OpenTracker
examples - Applications and utilities
examples/c - Tests and core utilities using the C API
examples/labs - Qt-based applications (not using the Qt bindings)
examples/labs/testgui - "Old" Qt-based Test GUI
examples/labs/sensorfilter - Accelerometer reading
examples/labs/accelerometer3d - OpenGL Orientation visualization
examples/labs/orientation - Qt3D Teapot Orientation example
examples/labs/paint - Simple multi-controller paint example
examples/labs/playbackspeed - Turntable playback speed control
examples/labs/movetytouch - Multitouch-like image rotoscale/drag
examples/labs/whiteboard - Interactive drawing whiteboard
examples/labs/x11mouse - Use the PS Move as a mouse under X11 and OS X
examples/python - Examples and utilities using the Python bindings
examples/qt - Example applications using the Qt bindings (psmoveapiqt)
examples/processing - Examples for Processing
examples/processing/trigger_brightness - Single controller example
examples/processing/two_controllers - Example how to use 2 controllers
examples/java - Examples using the Java bindings
examples/csharp - Examples using the C# bindings
src - Source code for the C library
src/platform - Platform-specific code for the main library
src/tracker - Code for the vision based tracker
src/tracker/platform - Platform-specific code for the tracker
src/daemon - Code for the PS Move API Daemon protocol (client/server)
src/utils - Essential utilities (Daemon, Pairing, ...)
external - Code from external sources (see README for details)
external/CLEye - Headers for using the CLEye SDK in Windows
external/MahonyAHRS - currently unused
external/hidapi - Alan Ott's cross-platform HID API
external/iniparser - Nicolas Devillard's iniparser library
external/MadgwickAHRS - Madgwick's orientation algorithm
external/TUIO_CPP - TUIO Protocol reference implementation
external/glm - OpenGL Mathematics library
debian - Packaging files for Debian GNU/Linux
include - Public headers for the C library
contrib - Assorted utilities / config files / etc..