diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2021-03-23 21:57:51 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-03-23 21:57:51 -0400 |
commit | 25e5dd3951e8cc7827761ea8ba2f5206b354d855 (patch) | |
tree | 6cea74cdcf8c366b279c357c0403ddcb7f841695 /frontend/roadmap.html | |
parent | c36d05d5aed2f8f7c6342b174692146e2d11c386 (diff) |
Working WebGl abstraction layer and build process
Diffstat (limited to 'frontend/roadmap.html')
-rw-r--r-- | frontend/roadmap.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/roadmap.html b/frontend/roadmap.html index 8c58bbe..436e464 100644 --- a/frontend/roadmap.html +++ b/frontend/roadmap.html @@ -49,6 +49,7 @@ <h1>Ground Work</h1> <ul> <li class="done">Orthographic rendering basics</li> + <li>Uniform build Process for WebAssembly</li> <li>WASM Framework with simulation loop</li> </ul> <hr/> |