feat: Update design document to enhance JSON config usage for improved app robustness and reduced boilerplate

This commit is contained in:
2026-01-08 18:27:15 +00:00
parent fa40b42e16
commit e4fbf36c34

View File

@@ -382,4 +382,4 @@ If you share:
* and whether you want glTF as the primary asset format,
I will lock the design to your conventions and avoid inventing abstractions you will later delete.
See if anything in NEW_DESIGN.md we can implement. Do refactoring.
See if anything in NEW_DESIGN.md we can implement. Do refactoring. Update cube demo. See if we can use our JSON config concept to make app more rugged (VRAM limits on everything, crash resistant settings) and use less boilerplate. I do a similar thing with React to generate component trees and declaratively set props.