Alberto
Alberto
Hi! I'm looking for some best practice to save screenshot of any desired size. Right now I'm relying on a global variable that during the update push a new canvas...
Hi! I don't actually know which combination of hdom, rstream and generators causes this issue but in this particular case if I have some error it is not shown and...
Hi! I'm trying to translate the directional shadow example in typescript: https://github.com/regl-project/regl/blob/master/example/shadow_map.js#L85 But I have some problem in how to extend DefaultContext to let this work: ``` const globalScope =...
Hi, thanks. It works, I can see the pen settings in the mac settings:  But it I click on the buttons drowdopwn nothing happens. Any advice?
Hi! Sorry, I understand that this is not the right place where to ask this. I'm a big fan of processing.org and toxiclibs but I'm a little bit bored about...
### Question: Hi! **Thank you** for the great library! I was looking for a typescript audio feature analysis for a while and.. 🚀⚡️💥 Sorry this is my first question and...
Hi! I have slightly modified your library to match existing data structure I used for led lighting. So that I had `int[3]` as rgb value instead of `byte[3]`, inside a...
Hi! I'd like to switch between 2 videos (make a 2 channel video mixer) but I don't know how to do it. I've seen that omx player is current on...
Hi! I'm facing with a situation where I have to manually set properties of each widget added to the main canvas gui: ``` w= gui->addSlider("BACKGROUND",0.0,255.0,100.0); w->setDrawOutline(true); w->setColorOutline(ofColor(255)); w = gui->addToggle("FULLSCREEN",...
Hi! I'm using from a little bit this add ons and I love it so far. I have seen that there is a theming system but it lacks documentation or...