You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will make conjur check for file updates every N milliseconds.
I need to test how performant small N is
do we want to make N / hot reloading configurable / what's the default value
Right now the only way I know that these files can be edited is by ssh'ing from another machine (machine 2) and editing and saving the file.
Is there another way--allowing everything to be done on the recur pi (I wonder if it would effect performance)? composite and HDMI cannot be output simultaneously. The LCD screen seems too small. Pi 4 has two HDMI outputs, something to consider.
Rather than checking for file updates, machine 2 could push the text to a server running on recur ( could use OSC server for this? e.g. josephwilk/shaderview). Maybe that enables collaborative performance more? I don't know what's going on on the osc side
Edit: based on my naive testing, the approach with ofxAutoReloadedShader and ssh works well
The text was updated successfully, but these errors were encountered:
I'm working on adding the openframeworks addon andreasmuller/ofxAutoReloadedShader
This will make conjur check for file updates every
N
milliseconds.N
isN
/ hot reloading configurable / what's the default valueRight now the only way I know that these files can be edited is by ssh'ing from another machine (machine 2) and editing and saving the file.
Edit: based on my naive testing, the approach with ofxAutoReloadedShader and ssh works well
The text was updated successfully, but these errors were encountered: