Rebuild from scratch with a new strategy using compute shaders and SDF.

This commit is contained in:
2026-05-06 16:25:52 +02:00
parent 7e3da1c424
commit 9789e449c3
28 changed files with 1288 additions and 5827 deletions

View File

@@ -31,7 +31,8 @@ EMCC_FLAGS = --use-port=emdawnwebgpu \
-sALLOW_MEMORY_GROWTH \
-msimd128 \
-sFILESYSTEM=0 \
-flto
-flto \
-Rpass=loop-vectorize
# Shell template
SHELL_FILE = shell.html