alexandre burton
alexandre burton
see https://github.com/openframeworks/projectGenerator/issues/287
when adding addons, the only way to get the directory updated short of quitting (which lose your context) is to click the gears icon, re-select the same OF tree, and...
when using PG while juggling different OF trees it sometimes gets confusing to know which OF is actually being target. proposal to add a "status line" indicating the current OF...
The PG build instructions are based on an OF download, but the submodule there is tied to a specific PG commit. Which might make sense in terms of integration on...
it is mentioned on the readme that "update all examples" takes a while, but still, having a semi-responsive window with no indication of progress or activity is a bit unnerving....
I am giving a stab at streamlining the "install from git" instructions, and for the first time I tried "update multiple". it's mostly harmless but I found it surprising (and...
makes use of the lifetime of an object to frame push and pop matrix and style. OLD-SCHOOL FLAT ```c++ ofPushMatrix() ofTranslate() // (…) ofPushMatrix() ofTranslate(); // (…) ofPopMatrx(); // (…)...
otherwise does not satisfy `_LIBCPP_INLINE_VISIBILITY` + `_LIBCPP_CONSTEXPR_SINCE_CXX23`
as discussed in #7918 and elsewhere