Simple UI library written in Rust (backup/mirror) https://github.com/griffi-gh/hUI
Go to file
2024-02-20 20:10:56 +01:00
.assets update readme 2024-02-17 22:33:09 +01:00
hui Remoev option wrapper for bg color 2024-02-20 20:10:56 +01:00
hui-examples Remoev option wrapper for bg color 2024-02-20 20:10:56 +01:00
hui-glium document stuff 2024-02-20 18:19:10 +01:00
hui-winit wip winit impl 2024-02-20 01:00:57 +01:00
.gitignore Initial commit 2024-02-17 21:43:46 +01:00
Cargo.toml create hui-winit 2024-02-19 17:24:31 +01:00
LICENSE.txt Initial commit 2024-02-17 21:43:46 +01:00
README.md upd readme 2024-02-19 17:47:43 +01:00

huї

Simple UI library for games and other interactive applications crates.io
license Formerly kubi-ui


Backends

Latest stable release:  crates.io

hui glium (render) winit (platform) wgpu (render)
master hui-glium = <master>
glium = "0.34"
hui-winit = <master>
winit = "0.29"
(support planned)
0.1.0-alpha.2 hui-glium = "0.1.0-alpha.2"
glium = "0.34"
N/A
0.1.0-alpha.1 hui-glium = "0.1.0-alpha.1"
glium = "0.34"
N/A