Cinder Logo

Working Samples

Here's links to some of the Cinder samples that have been built with Cinder Emscripten. This project is still a work in progress, so some of the samples may take a little bit of time to load. Presentation and load time will get an update once Cinder Emscripten is further along.

samples/Extrude
samples/TextTest
samples/TextureFont
samples/opengl/Cube
samples/opengl/CubeMapping
samples/opengl/MotionBlurFbo
samples/opengl/NormalMapping
samples/opengl/NormalMappingBasic
samples/opengl/ShadowMappingBasic

These samples are currently using an OpenGL ES 2.0 renderer. While both Cinder and Emscripten support OpenGL ES 3.0, the underlying WebGL 2 implemenations in the browsers are still in active development.

Samples listed here are compiled without modification from the Cinder samples. However, there may be an #ifdef or two just to add some specific Emscripten functionality.