A plugin to view TODOs and other tags created in code similar to those found in popular IDEs.TODO Manager has a lenient style, endlessly customizable and fits perfectly into the Godot editor.- Seamlessly integrated into the Godot dock- Lenient syntax. Write TODOs that suit your style- Quickly jump to lines- Add your own RegEx patterns- Set colours to your liking- Supports GDScript, C#, C/CPP (GDNative)
A table control which can be sort and dynamic update1. Create table in editor2. Select table row3. Dynamic change data
Godot Text Interface Engine (GodotTIE for short) is a simple-to-use node that works like a Text Dialogue Box; it gets the job done, and it's highly customizable (most of its variables can be changed on the editor).This is Godot v3.x version; the Godot v2.x can be found on the same repository, on the `Godot_v2.x` branch.
Plugin that allow you to add custom achievement to the game and display them in the UI.You can read "README" file in your downloaded repository or in GitHub page to learn how to use it.https://github.com/5FB5/gd-achievements
Plugin that allows you to generate BitmapFonts from a textureUssage:1. Clone the plugin repo or download it from the AssetLib2. Enable the plugin (Project > Project Settings > Plugins)3. Create a new CutBitmapFont resource (Right click in filesystem > New Resource > CutBitmapFont)4. Select the resource in filesystem and edit the properties in the inspector
OpenHMD GDNative driver for Godot.Windows build only at the moment, Mac and Linux builds will follow soon.
A "3D pixel-perfect outline" shader for Godot 3.
Contains shaders for* Julia fractal* Mandelbrot fractal* Sierpinski carpetRead description on Github to see how to set it on ColorRect
This addon allows the rendering of "3D images" enabling volumetric effects.Version history:- 1.3: Moved the volume generator to the editor.- 1.2: Added dithering and blending modes.- 1.0: Initial release.
Shader to animate a fish without armature or blend shapes.This shader is strongly inspired by the fish shader used in ABZU and demonstrated by Matt Nava in his presentation at GDC 2017.The repository contains only what is absolutely necessary to demonstrate the shader. The shading of the object has to be refined.credits: Fish Perch by holmen released under Creative Commons Zero (Public Domain)
Import sprite sheets from TexturePacker as a set of AtlasTextures or a TileSet.Sprite sheets reduce the memory usage of your game by placing many small image objects in one big image.This also increases the game performance because less texture swapping is required during the render process of your game scene.For Godot 3.0
This is a plugin for Godot Engine to importanimations into `SpriteFrames` resource from the Aseprite files.