Since Sodium only represents the internal event based logic, it needs another crate or the standard library to provide the I/O integration to create a whole program.
There are probably standard patterns that can be expressed for integrating Sodium with various other frameworks and structures.
My command line and TUI Tic-Tac-Toe are experiments towards creating these kinds of examples.
Some useful crates to show examples of using Sodium with:
Since Sodium only represents the internal event based logic, it needs another crate or the standard library to provide the I/O integration to create a whole program.
There are probably standard patterns that can be expressed for integrating Sodium with various other frameworks and structures.
My command line and TUI Tic-Tac-Toe are experiments towards creating these kinds of examples.
Some useful crates to show examples of using Sodium with:
Terminal Interaction Libraries
Async I/O Libraries
Web Frameworks
WASM Web Frontend Frameworks
Desktop GUI Frameworks
Game Engines (?)