Thomas Geissl
Thomas Geissl
sure. I will have a look and probably tons of questions will come up. I think there was also an issue not being able to query if the app is...
hey @dimitre, thanks for figuring this out. I am packed with work at the moment and havent had the time (nor the brain) to look into this. i remember that...
I just saw `ofxBaseGui::registerMouseEvents()` and `ofxBaseGui::unregisterMouseEvents()`. And I tried `rotary.unregisterMouseEvents()` in exampleControls, but it did not work. I will have a closer look tomorrow.
This is an ofxGui issue: http://forum.openframeworks.cc/t/ofxgui-disable-widgets/20304 I do not know what is the easiest way to implement this, without having to modify all classes. I would add a member `bool...
Nice, it looks promising. Let me know if I can do some testing or help somehow.
i totally forget the frontend, will do the changes this week.
turned out that the cli readme is outdated and the option parser works already the same on all platforms. https://github.com/openframeworks/projectGenerator/tree/master/commandLine i still think it makes sense to replace it with...
i had good experiences with cxxopts. i try to get it done this week.
https://github.com/thomasgeissl/ofProjectGenerator/tree/refactor/cliarguments i still need to test and update the readme. but in case someone wantes to give feedback already, here it is.
it seems much easier to add winget support, #81