Greg Shuflin 414d191cb7 Add minimal text layout API using taffy, cosmic-text, and wgpu
Introduces a public App/TextBox builder API that renders word-wrapped
ASCII text in taffy-laid-out rectangles via a wgpu GPU pipeline.

- App/TextBox builder API (width, height, font_size, text_color, background, padding)
- Taffy flex-column layout tree computed per frame
- cosmic-text shapes and rasterizes text to a CPU RGBA8 buffer each frame
- Two wgpu pipelines: rect (colored quads) and text (textured quads)
- Winit event loop wired through ApplicationHandler
2026-06-17 00:44:42 -07:00
2026-06-13 22:13:28 -07:00
S
Description
No description provided
148 KiB
Languages
Rust 96.6%
WGSL 3.4%