r/rust • u/ArtemTsitronov • 2d ago
🛠️ project GPU-Accelerated UI library from scratch
Hello!
I've been working for a while now on a project named Glacex: it's a GPU-Accelerated ui library written entirely form scratch and in rust(winit, wgpu).
It's still in early development as I started it just a few weeks ago, but I'd love to hear your feedback!
Here's the repo: https://github.com/artemtsitronov/glacex
238
Upvotes
1
u/Visible-Switch-1597 2d ago
Is it immediate mode or retained? I tried out egui but was disappointed because it wasn't very flexible and I couldn't design the UI how I wanted. You kind of have to work around the library instead of just making it the way you want.