diff options
author | mm0zct <the_cartographer@hotmail.com> | 2013-10-21 21:14:05 +0100 |
---|---|---|
committer | mm0zct <the_cartographer@hotmail.com> | 2013-10-21 21:14:05 +0100 |
commit | bfcfdb8827507de1091d6b92081a78eb8e4df9da (patch) | |
tree | 2bc5dc67bfac87ae84009e0f16d2b0f36510a4e5 /TODO.txt | |
parent | 726875b0b40f8a43ae5ca763667dc707e84f39aa (diff) | |
parent | 732644b87e4fbc999170d13f6cda179113d3940b (diff) |
Merge branch 'master' of https://github.com/opentrack/opentrack into feature/tracker_hotkeys
Conflicts:
TODO.txt
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,12 @@ +20131020 sh + Add unit testing by means of batch execution, protocol/filter that does + nothing, add separate executables for readers of specific protocols, + and run continuous integration every time commit happens that day. + + Add statically-typed settings trees, convert result to qsettings-enabled + ini files. Use metadata props in order to get class name for ini section. + Required here are also arrays of settings. Use QList<T> for template + specialization. 20131019 sh Add a joystick tracker source, with selectable axes. 20131019 mm0zct @@ -5,12 +14,13 @@ There are two main user bases, HMD and traditional monitor+webcam users, each wants a drastically different curve profile (HMD is 1:1 on all axes) Also re:boost, I'd rather avoid extra library dependences if possible. - + Rift tracker could do with positional estimation using intertial sensors. Rift could do with a return-yaw-to-centre hotkey that's not the global all-axis option. Hydra is really just a hack just now, could be improved a lot. Add per-tracker hotkey support + 20131005 sh what do you think about boost 1.54 for property maps -> qsettings? also, boost concepts |