Tag rust
2 bookmarks have this tag.
2 bookmarks have this tag.
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.
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.