MindBuffer / smode_laser_plugin

Smode plugin for sending streams to LASER projectors
2 stars 2 forks source link

Connect `LaserDevice` GUI parameters to the actual device stream #20

Closed mitchmindtree closed 4 years ago

mitchmindtree commented 4 years ago

Currently we have some parameters on the LaserDevice for controlling things like point rate, optimisation configuration, etc, however these are not yet plugged in. These need to be exposed from the nannou_laser::ffi module and then called in the variableChanged callbacks.

francis-maes commented 4 years ago

related to #25