ofZach

Results 142 comments of ofZach

cool thanks! it's working but def crashing out at some point -- I will poke around a bit, I feel there's some weirdness with the versions of dlib and opencv...

ps requires more testing, but I found my crashing disappeared when I did this -- which makes a copy of the matToProcessColor ``` mutexImage.lock(); cv::Mat rgb_image; matToProcessColor.copyTo(rgb_image); //cv::Mat rgb_image =...

in case it's helpful to understand, the projectGenerator rebuilds your project each time starting from a template (and then incorporating your source and add ons), so there's no way to...

yeah the thing about this repo is that it's kind of 3 or 4 things put together and wasn't organized together before so the info is not all together. IIRC...

I think maybe the modal could just be an option like "show console", for debugging it's _really_ valuable, otherwise the behavior is sort of a black box and I don't...

I've added an "open in IDE" button on the modal which seems to help for workflow (I took most of @Daandelange's PR but the launch button seemed a little weird...

is the vote for drag and drop ? (to pull up update?)

drag and drop should come in the next release along with progress indicators for recursive update (which can take a while)... Afaik most of the code is there already, but...

caching would need to take place here: https://github.com/openframeworks/projectGenerator/blob/master/ofxProjectGenerator/src/projects/baseProject.cpp#L233-L257 Unless we can store some metadata in the addon or PG (probably it's not wise to do this...) caching would be per...

instead of deprecating it, what if we just use an fbo internally to help make ofSetBackgroundAuto() work as expected? It always has felt sort of shaky and it feels like...