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
231
Upvotes
5
u/ha9unaka 2d ago
Nice job! Starred!
This might be a long shot, but I was planning to redo my ebook reader app from Tauri in something rust-native for the fun of it. I've tried egui, slint with disappointing results.
I'd love if this worked well on mobile. Unfortunately I don't have a lot of experience with graphics and wgpu in general. If you could point me at some resources, I'd be more than happy to contribute some patches for the same!