All Projects → gilzoide → godot-dockable-container

gilzoide / godot-dockable-container

Licence: CC0-1.0 license
Dockable/tiling UI panels Container addon for Godot

Programming Languages

GDScript
375 projects

Projects that are alternatives of or similar to godot-dockable-container

GodotTerrainEditorPainter
Heightmap based terrain editor plugin for GODOT with vertex color based terrain shader painting
Stars: ✭ 23 (-67.14%)
Mutual labels:  godot, godot-addon
PostgreSQLClient
PostgreSQL connector for Godot Engine in GDScript.
Stars: ✭ 28 (-60%)
Mutual labels:  godot, godot-addon
VisualNovelKit
Combo of addons + template to create narrative games in Godot inspired by Ren'Py
Stars: ✭ 78 (+11.43%)
Mutual labels:  godot, godot-addon
Project-Map
No description or website provided.
Stars: ✭ 52 (-25.71%)
Mutual labels:  godot, godot-addon
godot-logger
Simple in-game logger for Godot 4.0
Stars: ✭ 14 (-80%)
Mutual labels:  godot, godot-addon
godot-interpolated-camera3d
Provides an InterpolatedCamera3D node that replicates its 3.2.x functionality (and more)
Stars: ✭ 40 (-42.86%)
Mutual labels:  godot, godot-addon
godot-unirest
Unirest in GDScript: Simplified, lightweight HTTP client library.
Stars: ✭ 32 (-54.29%)
Mutual labels:  godot, godot-addon
nativelib-cli
NativeLib is a plugin management system for Godot engine.
Stars: ✭ 19 (-72.86%)
Mutual labels:  godot, godot-addon
RPG-Databases
Godot Engine addon to manage RPG databases
Stars: ✭ 15 (-78.57%)
Mutual labels:  godot, godot-addon
viewport-spy
Godot editor UI to spy on what a Viewport is rendering. Useful for debugging.
Stars: ✭ 28 (-60%)
Mutual labels:  godot, godot-addon
godot-rpgdb
An easy to use JSON database-manager for Godot.
Stars: ✭ 25 (-64.29%)
Mutual labels:  godot, godot-addon
godot-epic-anchors
Improvement of the anchor panel UI for Godot
Stars: ✭ 26 (-62.86%)
Mutual labels:  godot, godot-addon
godot 2d navmesh generator
Godot plugin that generates a 2D navigation mesh from collsion nodes.
Stars: ✭ 35 (-50%)
Mutual labels:  godot
ZHSAN3
中華三國志重製版3.0
Stars: ✭ 21 (-70%)
Mutual labels:  godot
godot-portal-demo
Experimenting with portals in Godot Engine
Stars: ✭ 66 (-5.71%)
Mutual labels:  godot
godothub
Multiplayer and network messaging for Godot.
Stars: ✭ 19 (-72.86%)
Mutual labels:  godot
A-Key-s-Path
A short puzzle-platformer game made with Godot, running on GLES 2.0.
Stars: ✭ 146 (+108.57%)
Mutual labels:  godot
godot-lua-pluginscript
Godot PluginScript for the Lua language, currently based on LuaJIT's FFI
Stars: ✭ 182 (+160%)
Mutual labels:  godot
GodotProjects
Random projects made in Godot 2 and Godot 3
Stars: ✭ 12 (-82.86%)
Mutual labels:  godot
GodotFAN
Facebook Audience Network Ad module for godot
Stars: ✭ 25 (-64.29%)
Mutual labels:  godot

Dockable Container

Docking/tiling UI panels Container addon for Godot.

It is composed of a Container script and layout Resources in a binary tree structure that store panels division direction and size as well as tab names and what tab index is currently selected. As layout information are Resources, it's easy to save/load them.

Child Controls are only moved visually and have their NodePaths and position in parent maintained.

Available at the Asset Library.

Live preview a sample scene here.

Plugin

Enable Dockable Container plugin at Project -> Project Settings -> Plugin to edit the layout directly in the inspector! It also registers the DockableContainer node type.

Theming

Panels are actual TabContainer instances, split handles use VSplitContainer and HSplitContainer theme configurations, drop preview uses TooltipPanel/panel StyleBox. Tabs alignment and rearrange group are exported in DockableContainer.

TODO

  • Add way to specify icon and custom name for tabs, based on a property or method on children
  • Document better how to use

Credits

Dashboard icon by The Icon Z from the Noun Project: https://thenounproject.com/term/dashboard/3846734

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].