Simple UI library written in Rust (backup/mirror) https://github.com/griffi-gh/hUI
Go to file
2024-02-27 20:31:16 +01:00
.assets update readme 2024-02-17 22:33:09 +01:00
hui add color html 2024-02-27 20:31:16 +01:00
hui-examples rename stuff 2024-02-27 20:31:12 +01:00
hui-glium HACK 2024-02-26 01:30:52 +01:00
hui-winit bump version to 0.1.0.alpha.4 2024-02-21 11:06:13 +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 x 2024-02-20 22:45:10 +01:00

hui

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.3 hui-glium = "0.1.0-alpha.3"
glium = "0.34"
N/A
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