Daan de Lange

Results 88 comments of Daan de Lange

Hey Emanuele, thanks for the awesome hand drawing. My ping-pong practise is already a bit far away but it's definitely a need. (Are you sure it does like `in,src3,src2,dst2,dst3,out` [_as...

Ok, feel free to push to the `new_video_objects` branches, or separate ones. ;)

If you're talking about surfaces as in #24 , they are different from fbo link-types but work in the same "chaining" way (composer-objects and link-type-chains), so surface link-types will be...

Could you explain these 2 options in another way ?

Ok, I think I get it. Not sure about the 2nd option too. Why would we have an object where we can switch between reactionDiffusionEffect and particleEffect (maybe this could...

I got some time for this, it's quite easy to integrate but everything you collect is manual. I'll definitely implement Tracy to facilitate #22. It will help optimize code, detect...

Side note: [Tracy 0.8](https://github.com/wolfpld/tracy/releases/tag/v0.8) brings a lot of multithreading-related updates, looks promising. *Edit:* Current state: Basic Tracy support has been added in c72c92013cd9ab66e63bf9f98ec9354b395d19af and 7de075382070e1415d2d72f35074330604385932 . If I'm correct, all...

Ok, I'll make it a `#define MO_GL_VERSION_MAJOR` & `MINOR` to make it easier to change on the fly, as custom shaders might need to use more advanced GL versions in...

I got the same crash, looks like a call to `if(!inited)return;` in drawImGui() is missing in drawImGuiNode, or something related. The crashing line is `inletsPositionOF[i] = ofVec2f( ... );`, probably...

[first ImGuiEx link] :: "C++17 is required" ==> I recently read that OF doesn't compile out of the box with C++17 (C++14 yes). Maybe this has changed, just noticing. But...