examples/GLES3-SDL2-video-demo/README.md
This directory contains a standard Video-Demo example using work-in-progress GLES3 renderer. While it still needs refinement, the renderer is already functional and demonstrates the core rendering pipeline.
Current features
Currently builds on:
Windowing and platform support
This example uses SDL2, but the renderer is framework agnostic.
For sake of example you can also build it with hand-crafted Makefile.macos
make -f Makefile.emscripten test
and then navigate to http://localhost:8080 On Emscripten it works well.