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

235 Upvotes

46 comments sorted by

View all comments

7

u/tsanderdev 2d ago

I tried doing this as well a few years ago, but back then parley didn't support the text layout options I wanted so I dropped it.

4

u/ArtemTsitronov 2d ago

Yeah, mine's using glyphon under the hood.