Is it possible to draw lines using a dotted pattern? I looked at stroke and fill fns, bit they don’t seem to allow that..
hey there! i’m working on a immersive LED sculpture project using the amazing https://github.com/heronarts/LXStudio and i’m running into an issue. I’ve been able to use quil to run lxstudio successfully, but lxstudio uses a few callbacks that are usually defined in the main processing sketch, namely void initialize(final heronarts.lx.studio.LXStudio lx, heronarts.lx.studio.LXStudio.UI ui)
and void onUIReady(heronarts.lx.studio.LXStudio lx, heronarts.lx.studio.LXStudio.UI ui)
. Does anyone know how might be able to extend quil to implement these methods?