alexandre burton
alexandre burton
Following the `isInit()` implementation, it makes sense to push `reInit()` up into the `ofAbstractParameter` so it can also be done without unwrapping the parameter type. It can then also be...
is this too crude? inits an empty color then calls the appropriate setter based on number of elements. use case: parsing a config files with colours that get passed as...
so it can be compared explicitly. also normalizes the constructor vs default settings.
Some tweaks to the random distributions interface, plus an ofUrn class that wraps a container implementing Sampling Without Replacement with a shuffling logic, with repeating or non-repeating phase edges. (got...
The instructions to install from GitHub make a half-hearted attempt at people compile their own PG through the submodule, while acknowledging it's not a good idea: > As the first...
macOS13 introduces jitter in the timing of update/draw cycle of GLFW apps https://github.com/glfw/glfw/issues/2249. it has (at least) 2 concrete negative effects in OF as demontrated in https://github.com/openframeworks/openFrameworks/issues/7752#issuecomment-1817035425 - sometimes the...
OF is depending on GLFW to provide the path through the macOS openGL long-deprecated APIs. since macOS13 a sync bug is present and seems difficult to address https://github.com/RustyMoyher/glfw_MacVsyncFix. in order...
I think the side-effect is that v 1.0-1.18 end up using the second form while the first form gets executed twice for 0.n (the bad #elseif simply gets ignored), which...
closes #1550 expect for: > bool ofDirectory::getShowHidden() can we give this a better name please? (not exactly a deprecation) and > setCoordHandedness actually does nothing in the cpp file not...
part of #1547