2D GUI library using CPU rendering.
|
6 luni în urmă | |
---|---|---|
examples | 6 luni în urmă | |
src | 6 luni în urmă | |
.gitignore | 8 luni în urmă | |
.vimrc | 10 luni în urmă | |
Cargo.toml | 6 luni în urmă | |
README.md | 6 luni în urmă |
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.