dishmint / ArcanePropagation

Exploring image convolution and fragment shaders.
MIT License
2 stars 0 forks source link

[Feature] Implement GUI with Tweakpane #52

Open dishmint opened 1 year ago

dishmint commented 1 year ago

None of the GUI libraries were easy to setup, and I like everything about Tweakpane.

Have the sketch launch a browser window with Tweakpane inside. Then have Tweakpane and the sketch talk to eachother via osc or something.

dishmint commented 1 year ago

There is a networking library in Processing https://processing.org/reference/libraries/net/index.html

dishmint commented 1 year ago

Thanks to ChatGPT I can try this:

Image

dishmint commented 1 year ago

This didn't end up working because ChatGPT incorrectly presented TweakPane as a Java library

dishmint commented 1 year ago

I tried g4p_controls as well, but the sketch stalled..