Joshua Davis
Joshua Davis
@micuat I would also have you try this in 3.4 as this is the release that caused the problems for me. which may shed light on where/which build the "not"...
I pushed the Kinect example we were working on / can you update my code to use `screenX()` and `screenY()`
https://github.com/hype/HYPE_Processing/tree/lib_staging/examples/HCircleLayout only has 6 examples ?
Ben is correct... for example : color c = color(#FF3300); println(c); returns an int - however you can also look into unhex() String c = "#FF3300"; void setup() { c...