Set up a basic "front-end" for the webassembly module to be tested locally from a data folder (I use python -m http.server). The WebAssembly application is now responsible for all setup/rendering through the WebGL2 context.

This commit is contained in:
2025-09-01 12:13:56 -07:00
parent cca61ea163
commit b548b7bb26
14 changed files with 1416 additions and 14 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
build/
data/*.wasm
# Workspace files are user-specific
*.sublime-workspace