We now have a custom Github Action which builds examples listed and uploads them to the website.
at: https://openframeworks.cc/examples/
I have a few listed for now at:
https://github.com/openframeworks/openFrameworks/blob/master/scripts/ci/emscripten/examples_to_build.sh#L5-L21
But it would be great to add examples that work well on the web to the list.
cc: @Jonathhhan @artificiel @NickHardeman @dimitre
Feel free to PR to the script or just list examples in the format below.
eg:
"examples/gl/shadowsExample"
"examples/gl/materialPBR"
"examples/gl/materialPBRAdvanced"
"examples/gl/vboMeshDrawInstancedExample"
Next step will be to generate a nice index page.