Crates.io | haussmann |
lib.rs | haussmann |
version | 0.0.3 |
source | src |
created_at | 2023-02-18 15:58:52.390767 |
updated_at | 2023-02-25 19:05:26.192985 |
description | Integrate highly customisable widgets and themes for any Rust application or GUI library |
homepage | |
repository | https://github.com/antoninhrlt/haussmann |
max_upload_size | |
id | 788307 |
size | 63,986 |
Integrate highly customizable widgets and themes for any Rust application or GUI library
This project is not a GUI library itself, but it gives highly customizable
widgets and themes to be integrated in a GUI library or directly in an
application using a system API
(windows-rs,
x11rb, …). Furthermore, the crate contains
tools to transform widgets into shapes and to place and align widgets on a
drawable surface. The Drawer
trait can be implemented on a drawable surface to
easily draw widgets on it
This project is under development and does not have any usage instructions at the moment.