goktug97 / DWAGL

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

Home Page:https://goktug97.github.io/dwa/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Build

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

About

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

https://goktug97.github.io/dwa/

License:MIT License


Languages

Language:C 95.1%Language:Makefile 4.9%