An open API service indexing awesome lists of open source software.

https://github.com/goktug97/dwagl

Dynamic Window Approach Demo written in C to convert to a web application using Emscripten
https://github.com/goktug97/dwagl

c emscripten opengl opengl-es

Last synced: 2 months ago
JSON representation

Dynamic Window Approach Demo written in C to convert to a web application using Emscripten

Awesome Lists containing this project

README

          

Dynamic Window Approach Demo
===================================

Try It Online: https://goktug97.github.io/dwa/

Interactive Dynamic Window Approach demo written in modern OpenGL (GL
ES). The demo is written specifically for
[Emscripten](https://github.com/emscripten-core/emscripten).

# Build
``` bash
git clone --recurse-submodules https://github.com/goktug97/DWAGL
cd DWAGL
make html # To build both js and html
make js # To build only js
```