Application prototype #14
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "app-proto"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On the branch to be merged, I've started prototyping a user interface for dyna3 in the
app-proto
folder. The interface is dynamically constructed using Sycamore. Since it's written in Rust and compiled to WebAssembly, just like the engine will be, it should connect to the engine seamlessly.The prototype includes:
AppState
type)Assembly
type), used in the application stateDisplay
component)Outline
component)The following features confirm that the views can reflect and send input to the model:
BTreeSet
b3afd6f555inversive-display
4f8f36053finversive-display
25fa108e9bRuns as advertised. Merging.