Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JujuAdams/Guido
Simple immediate mode GUI framework
https://github.com/JujuAdams/Guido
gamemaker gamemaker-studio-2 gms2 ui
Last synced: 2 months ago
JSON representation
Simple immediate mode GUI framework
- Host: GitHub
- URL: https://github.com/JujuAdams/Guido
- Owner: JujuAdams
- License: mit
- Archived: true
- Created: 2019-06-11T14:51:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-15T04:58:24.000Z (over 5 years ago)
- Last Synced: 2024-08-02T07:09:35.944Z (5 months ago)
- Topics: gamemaker, gamemaker-studio-2, gms2, ui
- Language: Game Maker Language
- Homepage:
- Size: 1.3 MB
- Stars: 23
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gamemaker - Guido - Simple immediate mode GUI framework. (User Interface / Recommendations)
README
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 gridGuido can also natively display:
1) Text
2) Wrapped text (using draw_text_ext)
3) Sprites
4) Surfaces