RadicalZephyr / sodium-rust

FRP implementation in Rust
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Provide examples of integration with various standard ecosystem I/O crates #23

Open RadicalZephyr opened 7 months ago

RadicalZephyr commented 7 months ago

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 (?)