Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser



Quick Information

Layout in godot like using web flexbox
Godot Flexbox layout
Flexbox layout for Godot Engine
WIP 🧑💻
✔️Godot 3.x (3.5 tested) This is a work in progress. it can be used basically, and test worked windows and android.
Learn what flexbox is
Getting Started
Installation
- get the latest release from the godot asset library here
- clone the repo and copy the
addons
folder into your project
Usage
Add the
FlexContainer
node to your sceneChange the
FlexDirection
property in inspector, and you can see the layout changed, also you can change the child properties in child inspector
dark theme only for child inspector
Todo
- Godot 4.x support
- More properties
- More Platforms(WebAssembly)
License
Layout in godot like using web flexbox
Reviews
Quick Information

Layout in godot like using web flexbox