summaryrefslogtreecommitdiffhomepage
path: root/README.md
blob: fe5f5d1e9681f95b9aafff472df4884ef139bb0b (plain)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
=======
Windows binary builds are available at <http://ts3.cosaofficial.pl/opentrack/>

Source code access available at <http://github.com/opentrack/opentrack/>

--

**opentrack** is an application dedicated to tracking user's head
movements and relaying them to games and flight simulation software.

Not to be confused with railway planning software <<http://opentrack.ch>>

See our wiki at <<https://github.com/opentrack/opentrack/wiki>>

# Tracking sources

- PointTracker by Patrick Ruoff, freetrack-like light sources
- Oculus Rift
- AR marker support via the ArUco library <https://github.com/rmsalinas/aruco>
- HT tracker <https://github.com/sthalik/headtracker>
- Razer Hydra
- Relaying via UDP from a different computer
- Joystick analog axes (Windows only)

# Output

- FlightGear Nasal script
- FSUIPC for Microsoft Flight Simulator (Windows)
- SimConnect for newer Microsoft Flight Simulator (Windows)
- freetrack emulation (Windows)
- Relaying udp to another computer
- Joystick support via freedesktop.org libevdev (Linux)
- Joystick support via VJoy (Windows)
- Wine freetrack glue protocol (Linux, OSX)
- Tablet-like coordinate output (Windows)

# Configuration

**opentrack** offers output shaping, filtering, is buildable on
both MS Windows and GNU/Linux.

Don't be afraid to submit an issue/feature request if the need arises.

# Credits

- Stanisław Halik
- Chris Thompson (aka mm0zct)
- Donovan Baarda
- Ryan Spicer (OSX tester, contributor)
- Patrick Ruoff (PT tracker)
- FuraX49 (hatire arduino tracker)
- Ulf Schreiber (PT tracker)
- Wim Vriend (historically)
- Ron Hendriks (historically)

# Licensing information

The code originally licensed under GPLv3, new code is required to be
compatible with it unless resides in separate address space.

It's recommended to submit new code under ISC license, it's a shorter
boilerplate header than MIT/X11 or new BSD.