An immediate mode ui framework using a Rust implementation of the C-layout (or Clay) algorithm.
catplush is designed to have a small amount of dependencies and be uncoupled from rendering libraries so it can be as flexible as possible.
The raylib crate was exceptionally confusing to make work with images and ended up giving nonsense errors.
The next logical step is to learn OpenGL from scratch and make my own renderer.
More on this as the story develops.
I mean I might as well.
Big thank you to Speykious for letting me use his frienderer crate.
The original Clay code can be found here: