Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
iced depresso (icedquinn@blob.cat)'s status on Saturday, 11-Nov-2023 09:35:29 JSTiced depresso @thendrix @lizzie yeah message passing is in defold and i think the overwatch talk as well. ss14 uses it heavily.
the entity systems subscribe to events on particular components and systems can fire events off down to them. i think ss14 does the calls immediately, whereas defold puts them in mailboxes so the process order is somewhat well defined