Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

dkaste/ganache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple GUI library for Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages