Christopher Baker
Christopher Baker
https://github.com/openframeworks/ofBook/issues/185 https://github.com/openframeworks/ofBook/issues/184 #184 Korean #185 Japanese
We had a mini conference about the future of ofSketch and it seemed pretty clear that refining its target to web / embeddable / sharing was its real strength and...
Wow. there is this I guess https://github.com/kripken/clangor.
Here is the way I approached it in my class - similar to stack overflow. https://github.com/SAIC-ATS/ARTTECH-3135/blob/master/Session_05/03_ParticleSimpleAddRemoveForce/src/ofApp.cpp#L23-L52 That said, I was avoiding lambda's and std::remove_if in favor of covering iterators, range-for...
I'll continue post any holes / omissions I find. And @elburz I agree -- a clearer "roadmap" for the book (and documentation in general) would be great. We made an...
Perhaps we could use the new github "Project" feature? https://help.github.com/articles/tracking-the-progress-of-your-work-with-projects/ 
This is really great! Thanks! Let me know when it's ready to merge.
Thanks for working on this! This is a huge help.
Hey @roymacdonald, I'm definitely up for it combining forces. We're using mine in a course I'm teaching and I just made it public to make it easier for my students...
Cool. @genekogan yes, dlib has a really nice template-based DNN API now and it's all CUDA accelerated if you compile w/ cuda -- you can even train with multiple graphics...