Control++

by Rito12

5

This is Control++ godot plugin.

---- Description ----

This plugin adds control classes usefull for creating animated bars and tabs.
Firstly RevisedButton is a class similar to godot Button but uses RichTextLable to show contained text and automatically scrols it when it exceeds bounds using AutoScroll class.
ExpandableButton inherits from RevisedButton but normally displays only text or image and both when hovered by mouse.
AnimatedBar can be used for example to create ToolBar. It automaticaly resizes and rearranges its children and implements navigation mechanism if there are too many of them. It comes in two versions vertical and horizontal.
AnimatedTabContainer uses AnimatedBar to determine which child needs to be displayed similarly to godot TabContainer but does this with simple animation. It can support multiple AnimatedBar children at the same time.
IrregularGridContainer is very usefull for arranging ExpandableButton in rows and columns because it preserves additional space for them to expand in. Apart from that it rearranges its children in rows using theirs strech ratio property.

Here is a link to Source Code.

---- Instalation ----

Download latest release from GitHub or install using Godot Asset Library.

---- TODO ----

Version

1.3.0

Engine

4.3

Category

Scripts

Download

Version1.3.0
Download Now

Support

If you need help or have questions about this plugin, please contact the author.

Contact Author