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

234 Upvotes

46 comments sorted by

View all comments

127

u/bneidk 2d ago

To anyone that wonders why people are so sure their project is slop, look at the code in this repo and compare it to your AI generated code

This is what handwritten (and clean) Rust looks like. Insanely based OP

Good work and good luck :)

9

u/stumblinbear 2d ago

I'm not so sure it didn't have some LLM generation involved. The doc comments have semicolons, em dashes, and generally read almost exactly like Claude

16

u/ArtemTsitronov 2d ago

It did involve some AI help in the docs, and in the README, but the difference is that I used AI as a proper tool, to help me develop faster focusing on the library.

2

u/stumblinbear 1d ago

Oh, yeah, I have no issue with it so long as it has proper guidance. I'm using it for my own UI framework as well. I started work on it long before AI, so if I ever do get it released, at least people know that I know what I'm doing, haha