Arnklit's Stars
lettier/3d-game-shaders-for-beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
zeux/meshoptimizer
Mesh optimization library that makes meshes smaller and faster to render
TokisanGames/Terrain3D
A high performance, editable terrain system for Godot 4.
HungryProton/scatter
Godot engine addon to randomly fill an area with props or other scenes
SirRamEsq/SmartShape2D
A 2D Terrain Tool for Godot
godot-extended-libraries/godot-next
Godot Node Extensions - Basic Node Extensions for Godot Engine
KdotJPG/OpenSimplex2
Successors to OpenSimplex Noise, plus updated OpenSimplex.
imjp94/gd-YAFSM
Yet Another Finite State Machine for godot
tomankirilov/VPainter
A vertex painting addon for the Godot game engine.
OrigamiDev-Pete/TODO_Manager
Godot plugin that adds a TODO list to the editor dock.
vini-guerrero/godot_game_tools
This is a blender add-on that contains tools to ease the creation/import process of assets into Godot Game Engine
clayjohn/godot-volumetric-cloud-demo
A demo implementing one way of drawing volumetric cloudscapes in Godot sky shaders
wojtekpil/Godot-Octahedral-Impostors
Octahedral Impostors implementation for Godot Game Engine
Bauxitedev/godot-jigglebones
An addon that brings jigglebones to Godot Engine 3.0.
Lexpartizan/Godot_sky_shader
jamriska/styleblit
StyleBlit is an efficient example-based style transfer algorithm that can deliver high-quality stylized renderings in real-time.
godot-extended-libraries/godot-plugin-refresher
Adds a dropdown and refresh button combo to the toolbar for instantly toggling off/on a plugin. Enables faster workflows for Godot plugin developers.
SIsilicon/Godot-God-Rays-Plugin
HungryProton/proton_trail
A 3D trail add-on for the Godot engine
SIsilicon/Godot-3D-text-plugin
Zylann/godot_sdf_blender
Compose volumetric models using Signed Distance Fields
SIsilicon/Godot-Planar-Reflection-Plugin
fenix-hub/godot-engine.code-snapshot
A plugin for Godot Engine which will let you take beautified snapshots of your code within the Editor. Configure the frame as you like, with GDScript syntax already highlighted.
OrigamiDev-Pete/MeshBatcher
A Godot plugin for batching MeshInstance nodes into a single MultiMeshInstance to improve performance.
lawnjelly/godot-splerger
Mesh splitting and merging script for Godot
Dener3D/Brush-Mesh-Tool
A plugin to painting meshes over objects or terrains in Godot Engine
andersmmg/godot-physics-toggle
Godot 4 plugin which allows you to enable physics within the editor to help with building scenes
YuriSizov/godot-talk-to-ducky
A silly plugin to help you solve the most impossible of problems with your projects!
wojtekpil/GodotParallaxShadows
Godot parallax shadows demo scene with custom shader.
riccardoscalco/glsl-rodrigues-rotation
GLSL implementation of the Rodrigues's rotation formula.