ShareHub

Discover and share articles, posts, and links from across the web.

Elegant Rust with proc macros

Elegant Rust with proc macros

Steel Nova · 4/2/2026

When writing immediate mode (egui) applications it comes to me quickly that nigh all logic computations should be done off the UI thread. There are many ways...