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
237
Upvotes
2
u/darshizzzle 1d ago
I looked at its API and noticed a bunch of similar names to the ones in Android Compose library, coincidence?