Devlog

Devlog

Jul 11, 2025

Flexbox sorta working?

Lots of bugs to fix and the current impl is atrocious but it sorta works?

Jun 20, 2025

Ideas Around Entity State

In traditional Syndicate implementations, Entities respond to patterns that get asserted to dataspaces. In the Rust implementation of Syndicate, there are two levels of state management, Actors-level, which are fields that are globally accessible to all Entities within that actor, and Entity-local Rust structs to hold state isolated to that entity.