ganache

Crates.ioganache
lib.rsganache
version0.1.7
sourcesrc
created_at2019-06-06 00:41:38.634318
updated_at2020-04-01 05:11:53.015052
descriptionA simple GUI library
homepage
repositoryhttps://github.com/dkaste/ganache
max_upload_size
id139262
size148,765
Darren Kaste (dkaste)

documentation

https://docs.rs/ganache

README

ganache

A simple GUI library for Rust

This library draws its main inspiration from the Godot game engine's GUI solution.

Features

  • Proportional anchors for resolution independent placement of UI elements
  • Automatic vertical and horizontal layout with minimum sizes
  • Rendering backend agnostic; returns a list of draw commands
  • Widget styling support
  • Generic over lots of things (draw commands, theme resources, input events, etc.)

Known issues

  • Not optimized and probably not very fast yet
  • Widget styles would be more ergonomic as structs
  • In need of polish and documentation
Commit count: 24

cargo fmt