A "3D pixel-perfect outline" shader for Godot 3.
This is a plugin for Godot Engine to importanimations into `SpriteFrames` resource from the Aseprite files.
OpenHMD GDNative driver for Godot.Windows build only at the moment, Mac and Linux builds will follow soon.
Using this plugin, you will be able to try to:- Create Godot PBR Materials automatically using their filenames...- Create inherited Scenes from your meshes...- Test your materials in a preconfigured Test Scene!- Order your Assets adding order_children_nodes.gd to it is parent node!- Add EnviromentTemplate.tscn to test your own scenesThe plugin is about 10mb only! It will appear as a Tab in the left dock.I created this plugin because I did not like the 3D workflow and I do not understand how to configure PBR Materials properly, so if you find some kind of error or know how to improve the results, please Contribute in my GitHub! Thanks!https://github.com/doradoro
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
Contains shaders for* Julia fractal* Mandelbrot fractal* Sierpinski carpetRead description on Github to see how to set it on ColorRect
A Trackball Camera that responds to input from actions, mouse, keyboard, joystick and touch, in order to rotate around its parent node while continuously facing it.Works with Godot 3.x (tested up to 3.5).- stays around its parent node, even if the latter moves- no gimbal lock (quaternions ♥)- camera inertia for a smoother experience- keep the horizon stable if you want- the parent node does not have to be centered in the camera's view- can be used to look around itself- analog camera control with joystick, courtesy of @marcello505- smooth and constrained zoom with PGUP / PGDOWN or your own custom action, if you want to use the mouse wheel for example- constrain pitch, or handle headstands by inverting x- a bunch of parameters to configure things as you want themCONS:- No panning- No promisesUSAGE1. Add a TrackballCamera node as child of the node you want to trackball around.2. Translate the camera along the Z axis a little bit, so that it faces its parent.3. Configure the camera.
Simple Gizmo that allows you to easily transform bones in the editor so you can do animations in Godot.
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)
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
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)