godot-demo-projects/gui/control_gallery
ShatteredReality b4c73f4888
Fix README links to asset library (#1078)
This updates all links to point to the 4.2 demos instead of the 3.5 ones.

Co-authored-by: A Thousand Ships (she/her) <96648715+AThousandShips@users.noreply.github.com>
2024-06-24 19:29:58 +02:00
..
screenshots Improve and update Control Gallery for Godot 4.0 2023-01-31 14:56:39 +01:00
README.md Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
control_gallery.tscn Remove old and unused project settings, update various demos for 4.2 (#1024) 2024-03-26 18:01:58 +01:00
icon.webp
icon.webp.import
project.godot Use static typing in all demos (#1063) 2024-06-01 12:12:18 +02:00
tree.gd

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: Compatibility

Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2766

Screenshots

Screenshot