godot-demo-projects/gui/control_gallery
Hugo Locurcio 06dc40ba65 Add a control gallery demo
This project showcases what Godot's various Control nodes can do
(and what they look like, so that new users can figure them out).
2021-01-02 00:39:59 -06:00
..
screenshots Add a control gallery demo 2021-01-02 00:39:59 -06:00
README.md Add a control gallery demo 2021-01-02 00:39:59 -06:00
control_gallery.tscn Add a control gallery demo 2021-01-02 00:39:59 -06:00
icon.png Add a control gallery demo 2021-01-02 00:39:59 -06:00
icon.png.import Add a control gallery demo 2021-01-02 00:39:59 -06:00
noto_sans_ui_regular.ttf Add a control gallery demo 2021-01-02 00:39:59 -06:00
project.godot Add a control gallery demo 2021-01-02 00:39:59 -06:00

README.md

Control Gallery

Showcases various Control nodes with their names affixed for easy recognition. This demo is inspired by similar "control gallery" demos found in GUI toolkits such as GTK.

The 3 main panels ("Basic controls", "Numbers" and "Lists") are separated using HSplitContainer and VSplitContainer nodes. This makes their individual size adjustable. Drag the empty space between panels to resize them.

Language: GDScript

Renderer: GLES 2

Screenshots

Screenshot