Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Godot AutoGridContainer
An Auto Sizing GridContainer for Godot

Have 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)