Application prototype #14
No reviewers
Labels
No labels
bug
design
duplicate
enhancement
maintenance
prospective
question
todo
ui
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: StudioInfinity/dyna3#14
Loading…
Add table
Reference in a new issue
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.