Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
/ Guido Public archive

Simple immediate mode GUI framework

License

Notifications You must be signed in to change notification settings

JujuAdams/Guido

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guido 2.0.0

@jujuadams

Simple immediate mode GUI framework with reskinnable widgets.

Has the following widgets:

  1. Momentary button
  2. Hyperlink
  3. Toggle button
  4. Checkbox
  5. Radio button
  6. Tabs
  7. Sliders (inc. min/max limits and base units)
  8. Real-valued input field (inc. min/max limits and base units)
  9. String input field
  10. 2D button grid

Guido can also natively display:

  1. Text
  2. Wrapped text (using draw_text_ext)
  3. Sprites
  4. Surfaces