Posts
All the articles I've posted.
Add CJK font rendering to eframe and egui
Updated:Quick examples for loading a CJK fallback font in native and WASM eframe applications.
Write Markdown Lexer and Parser in Zig
As the Zig able to do some sort of pattern maching(tagged union), it would be a good way to write some simple DFA(Parser, Lexer) using Zig, using code to create DFA, manage state transform using if-else(switch).
eframe problems you have to know(in 2026-01)
You could uses egrame to dev serious applications, as Rust provide a good DX and good performance, but its eco still lacks something.
eframe (Wayland) reliable Ctrl+V paste for clipboard images (payload + preview)
A small helper to reliably detect Ctrl+V on Wayland and read clipboard images as encoded bytes (plus optional RGBA8 preview).