From 334eb6a4f25240441ec4e2cd5c31dec0f9fa0453 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 17 Sep 2013 19:42:39 +0200 Subject: New README --- README.md | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ readme.txt | 1 - 2 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 README.md delete mode 100644 readme.txt diff --git a/README.md b/README.md new file mode 100644 index 00000000..0ca24ef0 --- /dev/null +++ b/README.md @@ -0,0 +1,53 @@ +Windows binary builds are available at + +Source code access available at + +-- + +**opentrack** is an application dedicated to tracking user's head +movements and relaying them to games and flight simulation software. + +** Tracking sources + +- SeeingMachines FaceAPI +- PointTracker by Patrick Ruoff, freetrack-like light sources +- Oculus Rift (Linux testers welcome!) +- AR marker support via the ArUco library +- HT tracker > +- Razer Hydra (Windows only) +- Relaying via UDP from a different computer + +** Protocols + +- FlightGear Nasal script +- FSUIPC for Microsoft FSX (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) +- 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 + +- mm0zct +- Stanisław Halik +- Donovan Baarda +- Patrick Ruoff (merging) +- 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. diff --git a/readme.txt b/readme.txt deleted file mode 100644 index eb01d3c0..00000000 --- a/readme.txt +++ /dev/null @@ -1 +0,0 @@ -Windows binary builds are available at \ No newline at end of file -- cgit v1.2.3