Older
-
r78
(Fixed Mac OS Screen Size Function; Tested on Leopard) committed by xelapond
- Fixed Mac OS Screen Size Function; Tested on Leopard
Fixed Mac OS Screen Size Function; Tested on Leopard
-
r77
(Added __init__.py so it can be imported as a package. Added...) committed by xelapond
- Added __init__.py so it can be imported as a package. Added crude event Queue, and made it so it
calculates relative movement rather then relying on TUIO for it. Also added a utils file, which all
it can do now is get you the screen resolution. Buts its one function on all platforms.
Added __init__.py so it can be imported as a package. Added crude event Queue, and made it so it
calculates relative movement rather then relying on TUIO for it. Also added a utils file, which all
it can do now is get you the screen resolution. Buts its one function on all platforms.
-
r76
(Added ugly non aliased debug circles to framework surface, s...) committed by avion.bg
- Added ugly non aliased debug circles to framework surface, so now we see where the blobs are.
Added ugly non aliased debug circles to framework surface, so now we see where the blobs are.
-
r75
(fixed framework and we have first "working" example now, but...) committed by avion.bg
- fixed framework and we have first "working" example now, but still far from being usable
fixed framework and we have first "working" example now, but still far from being usable
-
-
-
r72
(Initial framework code, still a lot to do .. for now it's ju...) committed by avion.bg
- Initial framework code, still a lot to do .. for now it's just an idea..
Initial framework code, still a lot to do .. for now it's just an idea..
-
r71
(Optimized parsing, now it's done in 2 separate classes for s...) committed by avion.bg
- Optimized parsing, now it's done in 2 separate classes for simulator(takes 5 arguments) and touchlib
(takes 7) touchpy recognize which one is on first touch and after that uses that specific class (one
if statement less)
Optimized parsing, now it's done in 2 separate classes for simulator(takes 5 arguments) and touchlib
(takes 7) touchpy recognize which one is on first touch and after that uses that specific class (one
if statement less)
-
r70
(indentation cleanup) committed by avion.bg
- indentation cleanup
-
r69
(small fix :)) committed by avion.bg
- small fix :)
-
r68
(added windows mouse emulation example) committed by avion.bg
- added windows mouse emulation example
added windows mouse emulation example
-
r67
(Rewrote tuio parsing to separate classes liblo and raw (OSC....) committed by avion.bg
- Rewrote tuio parsing to separate classes liblo and raw (OSC.py) to get rid of unnecessary if then
comparison.
Rewrote tuio parsing to separate classes liblo and raw (OSC.py) to get rid of unnecessary if then
comparison.
-
r66
(Added fallback for ppl who are missing pyliblo, writen on to...) committed by avion.bg
- Added fallback for ppl who are missing pyliblo, writen on top of pure python osc implementation.
Added fallback for ppl who are missing pyliblo, writen on top of pure python osc implementation.
-
r65
(Added Template file(skeleton.py)) committed by xelapond
- Added Template file(skeleton.py)
Added Template file(skeleton.py)
|