From e4fbf36c34354083581365c17a857da577f571d0 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Thu, 8 Jan 2026 18:27:15 +0000 Subject: [PATCH] feat: Update design document to enhance JSON config usage for improved app robustness and reduced boilerplate --- NEW_DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEW_DESIGN.md b/NEW_DESIGN.md index a0de309..ea95ad7 100644 --- a/NEW_DESIGN.md +++ b/NEW_DESIGN.md @@ -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. \ No newline at end of file +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.