This is a Rust project bootstrapped build on Ratzilla and Ratatui
A terminal-esque personal page that has a colorful implementation of Conway's Game of Life overlaid atop.
Install trunk to build and serve the web application.
cargo install --locked trunk
Add compilation target wasm32-unknown-unknown
:
rustup target add wasm32-unknown-unknown
Then serve it on your browser:
trunk serve
Now go to http://localhost:8080 and enjoy TUIs in your browser!
To learn more about Rust, Ratzilla, and Ratatui, take a look at the following resources:
- Rust Programming Language - A language empowering everyone to build reliable and efficient software
- Ratatui - A Rust crate for cooking up Terminal User Interfaces
- Ratzilla - Build terminal-themed web applications with Rust and WebAssembly