animation + test

This commit is contained in:
2026-08-01 08:27:44 -07:00
parent eea672023f
commit fbae54aef0
11 changed files with 439 additions and 101 deletions
+5 -1
View File
@@ -1,7 +1,8 @@
.PHONY: shaders-vulkan shaders-d3d12 shaders-metal shaders-all toad check test help
.PHONY: shaders-vulkan shaders-d3d12 shaders-metal shaders-all bake toad check test help
help:
@echo "Targets:"
@echo " bake Bake all characters under content/characters/"
@echo " shaders-vulkan Compile SPIR-V into shaders/vulkan/"
@echo " shaders-d3d12 Compile DXIL into shaders/d3d12/ (needs shadercross)"
@echo " shaders-metal Compile MSL into shaders/metal/ (needs shadercross)"
@@ -10,6 +11,9 @@ help:
@echo " check Typecheck examples/toad"
@echo " toad Run the toad example"
bake:
./scripts/bake_all.sh
shaders-vulkan:
./scripts/shaders_vulkan.sh