2D GUI library using CPU rendering.

Kestrel d5b8a3a07b Compile kahlo package as release even when patina is compiled without optimization. il y a 1 mois
examples 123ba98f7f Make use of new multi-layout node containers to align text correctly in labels and buttons. il y a 8 mois
src 2a34e1edc4 Minor documentation improvements. il y a 1 mois
.gitignore 49f766f3e5 Automatically set up frame widget margins. il y a 10 mois
.vimrc e9a5022ac2 Rearrange and sketch out widget and component framework. il y a 1 an
Cargo.toml d5b8a3a07b Compile kahlo package as release even when patina is compiled without optimization. il y a 1 mois
README.md 9954f78bc9 Reorganization and more documentation. il y a 8 mois

README.md

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.

Rendering backends

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.