Skip to content

A Rust implementation of the C-layout algorithm with a focus on minimal dependencies(i lied) and simplicity.

License

Notifications You must be signed in to change notification settings

vesper-arch/catplush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

catplush

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 Renderer

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.

What's with the name?

image

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:

https://github.com/nicbarker/clay

About

A Rust implementation of the C-layout algorithm with a focus on minimal dependencies(i lied) and simplicity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages