Custom Drawing in 2D Demo
by Godot Foundation | MIT
A demo showing how to draw 2D elements in Godot without using nodes. This can be done to create procedural graphics, perform debug drawing to help troubleshoot issues in game logic, or to improve performance by not creating a node for every visible element
A demo showing how to draw 2D elements in Godot without using nodes. This can be done to create procedural graphics, perform debug drawing to help troubleshoot issues in game logic, or to improve performance by not creating a node for every visible
Quell Godot Developer Alpha
by komm64 | Quell Developer Alpha Evaluation License 0.1
Native Godot 4.5+ developer alpha for evaluating Quell visual risk signals and mitigation output on Windows
Quell Godot Developer Alpha is a native GDExtension package for evaluating Quell's real-time visual analysis and mitigation path in Godot projects. Version 0.3.x-developer-alpha replaces the previous adaptive mitigation controller with Quell's hard
Gaussian Blur
by vilmt | MIT
A high-quality and optimized Gaussian Blur CompositorEffect
Gaussian Blur This add-on implements the high-quality and optimized GaussianBlurCompositorEffect . The strength of the blur is controlled by a sigma parameter which dictates the width of the Gaussian kernel used. The compute shader adjusts the number of
Film Grain
by Helvetica Scenario | MIT
Godot 4 plugin that provides a basic film grain effect
Godot 4 plugin that provides a basic film grain effect
ScatterShot
by Helvetica Scenario | MIT
A Godot 4 addon to randomly distribute meshes and decals in a scene in realtime
ScatterShot A Godot 4 addon to randomly distribute meshes and decals in a scene in realtime. Watch an example of how fast it can redistribute instances. Usage Create a ScatterShotZone node and assign it a ScatterShotPattern containing one or more
Merging Meshes
by EmberNoGlow | CC0 1.0 Universal
Merging Meshes is an add-on for Godot 4 that is designed to optimize scenes with a large number of MeshInstance3D and procedural geometry
Merging Meshes is an add-on for Godot 4 that is designed to optimize scenes with a large number of MeshInstance3D and procedural geometry. More info on github. Usage Download and enable the addon (Make sure that the folder is located in "addons"). Add a "
RichText3D
by Matias Szylkowski | MIT
A performant 3D BBCode renderer for Godot
RichText3D: A performant 3D BBCode renderer for Godot. Features Can be added from the Create Node and similar menus. Renders BBCode in real time into a 3D plane. Supports all standard BBCode rendering features, such as [color] , [b] , [i] , [img] , [table
Compute Shader Plus
by DevPoodle | MIT
Adds in classes for both managing compute shaders and shader uniforms
Compute Shader Plus This plugin adds in a ComputeHelper class that keeps track of compute shaders and their uniforms. It's especially ideal for shaders that need to be run many times per second. Here are the main features: ComputeHelper - This class
loading more results...