WayneKeenan / python-vrzero

86 stars 20 forks source link

Use The Flow Luke, by supporting gpiozero 'source' and 'values' programming model #6

Closed WayneKeenan closed 6 years ago

WayneKeenan commented 7 years ago

Add gpiozero Source and Value mixins to avatars, input devices, cameras and anything else where it make sense.

For example and hypothetically speaking:

avatar.movement_vector.source = joystick.values
avatar.eyelook.source = hmd.orientation.values
WayneKeenan commented 6 years ago

The performance overhead of this needs evaluating (as multiple threads are needed behind the scenes) and the usefulness is perhaps questionable. Closing, but if anyone wants to see such an interface, please re-open.