Theodore Watson
Theodore Watson
@danoli3 - curious why the **bleeding** branch isn't uploading the files anymore. was that intentional? is macOS safe to enable in terms of GitHub actions? is it possible to get...
Thanks @themancalledjakob! I can rebase it to master as I am not entirely sure about the other branch right now.
ah yeah I wonder if it might break some of the cI systems ? or if it would break if the libs/libName folder already exists - did it work for...
I think the issue is simply that there is a missing `}` on this line: https://github.com/patriciogonzalezvivo/ofxFX/blob/master/src/ofxFXObject.cpp#L214 Will post to the forum too.
this pretty cool! the _ is a little weird from a style perspective but I guess it could be anything. This is fine from my perspective to merge.
I think so - shouldn't be too much work. mainly look for the functions with ofXxx etc and find c++ replacements.
Thanks @alexp-nl - I'm going to post this to OF. https://github.com/openframeworks/openFrameworks/issues/3906
ahh - i tend to add all my panels at the beginning so I thought it logical to have the 0th panel selected. but I get what you are saying.
hey thanks - I guess it breaks with current master ( not r62 which doesn't have those changes ) best cross platform fix is to use ofSetColor(r, g, b) for...
cool yeah - its not ideal. the new gui detects if it is being drawn to the screen and accepts mouse and key presses appropriately. I guess we could use...