LemoGUI

Crates.ioLemoGUI
lib.rsLemoGUI
version0.0.1-nightly
sourcesrc
created_at2021-08-19 08:13:26.046916
updated_at2021-08-19 08:13:26.046916
descriptionGUI library dependent on wgpu
homepage
repositoryhttps://github.com/eaglekindoms/LemoGUI
max_upload_size
id439506
size8,679,276
eagle king (eaglekindoms)

documentation

README

LemoGUI

Features

Implement a GUI library dependent on wgpu

Plan

  1. Provide basic 2D graphics drawing API.
  2. Define basic widgets.
  3. Provide renderer to widgets through the drawing API.
  4. Provide event listeners to widgets.

the third party library dependencies

  • use wgpu-rs as the graphics backend
  • use winit as window and event backend (async event is supported by futures)
  • use ab_glyph to provide font shape parsing
  • use image to provide the implementations of image encoding and decoding
Commit count: 103

cargo fmt