Tag rust

2 bookmarks have this tag.

2026-09-06

3.

Look Ma: My computer is talking! - Markov chains and N-grams

pwy.io/posts/look-ma-my-computer-is-talking

In this article I'll show you a fun & simple algorithm (< 200 lines
of Rust code, no cheating) that can be trained on some text and later
used to generate plausibly-looking new text from it.

2.

egui – An immediate mode GUI written in Rust

www.egui.rs

egui is an immediate mode GUI library written in Rust. egui runs natively on Mac,🐧, Win, and on the web it is compiled to WebAssembly and rendered with WebGL or WebGPU. Everything you see is rendered as textured triangles. There is no DOM, HTML, JS or CSS. Just Rust.