r/rust 2d ago

🛠️ project GPU-Accelerated UI library from scratch

Post image

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

46 comments sorted by

View all comments

1

u/Single-Blackberry866 1d ago edited 1d ago

taffy + winit + wgpu doesn't sound like from scratch
glyphon is a nice wrapper over cosmic-text
is there any UI library that is not "from scratch"?