Theodore Watson
Theodore Watson
More progress added the `src/` files to the bottom of each example page:
@Jonathhhan - did you have a list somewhere of examples that worked with emscipten? would love to get this: https://openframeworks.cc/examples/ to be a complete representation of the examples that work...
Thanks for all the comments @artificiel @Jonathhhan @themancalledjakob @artificiel - in terms of code editable in the browser, I think a long way off. Reloadable shaders might be a lot...
One other thought @NickHardeman and I were talking about - what about some sort of #define or config.make define that indicates whether an example works in emscripten? eg in config.make:...
Adding this issue for reference: #6129
@dimitre going to do a PR just for the sorting speed for #6129 ListDir is still quite slow and I think a PR which doesn't break the api would be...
sounds good @dimitre! - PR #7509 speeds up sort by quite a bit ( even more for larger directories ) and doesn't change current behavior.
If we go this route I wonder if we should include glm via ofMathConstants.h or another similar way. So we don't need a ton of `#define GLM_FORCE_CTOR_INIT` all over the...
ahh thanks @artificiel so is the fix then just changing it to #elif ?
curious which part of this is addressing: "macOS Makefile randomly fails"