Files
godot-demo-projects/gui
Hugo Locurcio a0ad65d7df Improve and update Control Gallery for Godot 4.0
- Add a Tree example.
- Add more tabs to make tab scroll buttons visible.
- Use default project font, which is now a DynamicFont in Godot 4.0.
- Make splitters thinner but have a larger draggable area,
  thanks to the new Minimum Grab Thickness theme item.
- Tweak background color to be more visually pleasant.
- Use Compatibility backend to maximize performance and compatibility.
- Disable V-Sync to reduce input lag (while keeping low-processor mode).
2023-01-31 14:56:39 +01:00
..
2020-07-03 20:45:51 -04:00

GUI Demos

These demos showcase GUI features and text features via Control nodes.

Languages: All are GDScript, except SDF has no code

Renderers: All are GLES 2