Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cactichameleon9/godot-autogridcontainer
An Auto Sizing GridContainer for Godot
https://github.com/cactichameleon9/godot-autogridcontainer
godot godot-addon godot-engine godot-module godot-plugin grid-layout ui
Last synced: 22 days ago
JSON representation
An Auto Sizing GridContainer for Godot
- Host: GitHub
- URL: https://github.com/cactichameleon9/godot-autogridcontainer
- Owner: CactiChameleon9
- License: mit
- Created: 2022-05-28T16:50:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-16T12:26:06.000Z (over 2 years ago)
- Last Synced: 2025-01-10T03:42:13.360Z (26 days ago)
- Topics: godot, godot-addon, godot-engine, godot-module, godot-plugin, grid-layout, ui
- Language: GDScript
- Homepage:
- Size: 21.5 KB
- Stars: 23
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Godot AutoGridContainer
An Auto Sizing GridContainer for GodotHave you ever needed a grid container to hold lots of the same node? Then this is for you! It automagically changes the `columns` value to fit all of your nodes optimally (a vertical scrollbar appears if not everything can fit)
## This repo contains 2 versions:
- A more simple version. (single gdscript class, doesn't take max height into account, no scrollbar)
- The full version. (godot scene with a script that includes height as a factor)## See it in action!!
![recording](https://user-images.githubusercontent.com/51231053/170835397-be819433-dfb6-468a-834c-e67b105141b1.gif)
(sorry for the odd quality)