Skip to content

Commit 3c86139

Browse files
authored
Enhance ECS framework description with callback functions
Expanded the detailed design section to include callback functions in ECS systems.
1 parent d3ba777 commit 3c86139

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Two architectural models are being proposed here; a **hierarchial model** repres
6666
* x86 Userspace Runtime.
6767

6868
### Detailed Design:
69-
Detailed design could be carried out using the **Entity-Component System (ECS) Framework** to model the structure of the engine, and the **Automata Theory** to model the behavior of the engine. Both could be linked via the system part of the ECS; ECS systems can be state machines; either deterministic or non-deterministic; cyclic or non-cyclic in runtime behavior.
69+
Detailed design could be carried out using the **Entity-Component System (ECS) Framework** to model the structure of the engine, and the **Automata Theory** to model the behavior of the engine. Both could be linked via the system part of the ECS; ECS systems can be state machines with callback functions $$\zeta$$ dispatched after each state-state transition or from the $$\delta$$ transition function; either deterministic or non-deterministic; cyclic or non-cyclic in runtime behavior.
7070

7171
> [!NOTE]
7272
> ## Example:

0 commit comments

Comments
 (0)