HarryLovesCode / WebAssembly-WebGL-2

A simple port of the "Getting started with GLFW3" code to valid code for Emscripten compilation
http://harrylovescode.github.io/WebAssembly-WebGL-2/
MIT License
67 stars 12 forks source link
c emscripten glfw webassembly webgl2

WebAssembly WebGL 2

This repository is NOT a project, it is more of a getting started / simple tech demo. This demonstrates Emscripten compiling code then outputting wasm to run in a WebAssembly capable web browser that supports WebGL 2. That said, no WebGL 2 specific code is currently in the repository.

Compilation and Serving