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
- Host: GitHub
- URL: https://github.com/goktug97/dwagl
- Owner: goktug97
- License: mit
- Created: 2020-01-05T09:37:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T10:33:02.000Z (almost 5 years ago)
- Last Synced: 2025-05-31T16:26:56.402Z (about 1 year ago)
- Topics: c, emscripten, opengl, opengl-es
- Language: C
- Homepage: https://goktug97.github.io/dwa/
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```