2D GUI library using CPU rendering.
Kestrel 123ba98f7f Make use of new multi-layout node containers to align text correctly in labels and buttons. | il y a 2 mois | |
---|---|---|
examples | il y a 2 mois | |
src | il y a 2 mois | |
.gitignore | il y a 4 mois | |
.vimrc | il y a 5 mois | |
Cargo.toml | il y a 2 mois | |
README.md | il y a 2 mois |
patina is a lightweight component-based GUI library for the Rust programming language.
Inspired by libraries such as relm and druid, patina aims to provide a more usable and friendly experience for building simple-to-moderately-complex UIs.
Currently the only supported rendering backend is
kahlo
, a lightweight SIMD-accelerated software
rendering library. Other backends, such as rendering via Vulkan or OpenGL,
are planned, as is integration to coexist nicely within a rendering context.