Native OpenGLES development on Mac using OpenGLES implementation from Chrome's ANGLE library, with Emscripten build.
Hello Triangle Minimal for Mac
Backup of webglreport.com, which seems to be down intermittently as of early 2025.
Working with WebGL in virtual machines can be hit or miss with hardware acceleration, especially WebGL 2. These tests provide a quick verification that least WebGL 1 hardware acceleration is enabled.
1. For a quick test of 3D acceleration: WebGL Water
2. For more extensive tests: Three.js r152 examples
Demonstrates a browser resizing bug in Emscripten's GLUT, along with two potential fixes. (README and source).
Hello World GLES (original without fix)