Skip to content

Minimal, hardware accelerated immediate mode OpenGL GUI library in rust.

Notifications You must be signed in to change notification settings

monomadic/dd-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dd-gui

Minimal, hardware accelerated immediate mode OpenGL GUI library in rust.

The first goal of this library will be to support VST development, but there's no reason it can't be used for other purposes. It directly uses a glium surface, so can draw on top of glium based games, etc.

Short term roadmap:

  • renderer: rect
  • renderer: circle
  • renderer: arc
  • renderer: text
  • renderer: image
  • ui: drag and drop (added as a PR to winit core)
  • ui: mouse state (move, click, drag)
  • styles: defaults
  • styles: borders for all shapes
  • widgets: knob
  • widgets: button
  • widgets: slider

About

Minimal, hardware accelerated immediate mode OpenGL GUI library in rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published