Thomas Geissl
Thomas Geissl
On osx, oF 0.11.2 my app crashes when i first set the window fullscreen via the window bar then call ofToggleFullscreen ``` 2022-03-15 20:21:45.354 ofPackageManager[96562:4193583] NSWindowStyleMaskFullScreen cleared on a window...
The mailing list link in the submenu does not work. http://openframeworks.cc/list-info
I am having problems getting ofxFontStash to work in a multi-window setup. It works fine, if i only use one window. Am i doing something wrong? Here is a little...
I find myself always adding little string helper functions. I think startsWith and endsWith will be added for cpp20. does it make sense to add something like this to the...
Is it posible to disable controls? I would like to make sliders and buttons/toggles just show values, but disable editing.
i replaced the option parser with cxxopts, it should have the interface now on all platforms. * the option flags changed a bit. * the project path needs now the...
it should probably check where the addon lives, if it is a local addon and all its dependencies are installed in the same directory then it should not add them...
hello, it would be very nice to have a cross platform cli api. (e.g. -o instead of \o on windows) i could add cxxopts or any other option parser. but...
Heyho Nicola, I am using ofxPDSP's sample buffer and i just ran into a problem when using ~ instead of /Users/thomasgeissl/. Not sure this is supported in c++ at all....