All Gadgets

Showing 1,032 of 2,199 results
Page86 of 184
HTTPEventSource for Server Sent Events hero image

HTTPEventSource for Server Sent Events

by dagammla

FREE

A GDScript Implementation of EventSource, a Web API available in Browsers and JavaScript for reading Server Sent Event Streams (SSE). It comes with exhaustive docs and implements the spec fully and is licensed under the MIT License. To contribute, raise issues or view the source code go to https://gitlab.com/DaGammla/godot-http-event-source

RunBeforeBuild hero image

RunBeforeBuild

by lucasdelinhares

FREE

This plugin allows the user to define a shell command to run before build (dev) or export (release).

VoxelGenerator2D 2D hero image

VoxelGenerator2D 2D

by jhonnystene

FREE

Create an infinite, procedurally-generated 2D voxel world. Replace FollowObject in the VoxelGenerator2D.tscn file with another object called FollowObject (or update the code) This was taken from one of my upcoming games.

CSG Terrain hero image

CSG Terrain

by spockbauru

FREE

CSG Terrain is a plugin for Godot 4.4 (or later) to prototype terrains on a simple and non-destructive way. It's made with CSG (Constructive Solid Geometry), so you are supposed to combine with geometric shapes and even other terrains to achieve the desired form. Unlike other systems the terrain is molded purely with paths, not brushes or other 3D tools. This forced simplicity allows to focus on what is important before finalizing in 3D software. Changelog: v1.0.2 - Fix bug when editor tab ch...

GodotMetamask hero image

GodotMetamask

by natetrojian

FREE

*HTML5 Only* Addon for integrating your Godot project with Metamask (https://metamask.io/). Allows your users to connect their wallets to your Application, and for Application to interact with their wallet Credit to Metamask for the Metamask logo, made available under the MIT License

NodeFinder hero image

NodeFinder

by yanevyuk

FREE

This plugin adds a singleton named NodeFinder to the editor. It comes with a set functions that will allow you to easily reach nodes within your scene either by registering them into the singleton or simply using their name, rather than going through the hassle of using get_node which can break if you change the hierarchy.

Nylon hero image

Nylon

by mashumafi

FREE

Run coroutines asynchronously. This module gives the feeling of threads without some of the headaches.

Your Buil hero image

Your Buil

by svetogam

FREE

The easy way to use build data like git commit hashes in your build.

EZ Stats hero image

EZ Stats

by aarontundrapeaksstud

FREE

EZ Stats simplifies your statistics needs by offering the following global functions via a sole, auto-loaded singleton script: sanitize() - Ingests an Array with elements of any type, sanitizes non-integers/floats, and returns an Array[float] mean() - Calculates the statistical mean (average) of a dataset median() - Calculates the statistical median of a dataset spread() - Calculates the statistical range of a dataset minima() - Calculates the statistical minima of a dataset maxima() - Calcul...

MenuButton Populator hero image

MenuButton Populator

by toorah

FREE

Adds a quick method to populate a MenuButton with Items. By adding the custom PopupChild Node as a child of the MenuButtonPopulator Node (inherits MenuButton), you can quickly add items, in the order of the children in the Scene Tree. You can also add a PopupMenu Node as a child of the MenuButtonPopulator and add more PopupChild nodes to it, to create submenus. Currently this only supports the first layer of submenus, no recursion. Optionally, you can also use the Signal onPopupItemSelected()...

VPainter - Paint vertex colors 3D hero image

VPainter - Paint vertex colors 3D

by tomanski

FREE

Paint vertex color directly in Godot. For a development version with frequent updates and experimental features visit https://github.com/tomankirilov/VPainter/tree/experimental

Bangla Unicode to ANSI Converter hero image

Bangla Unicode to ANSI Converter

by alshahriorhasan

FREE

A simple script for godot to convert Bangla unicode font to Bangla ANSI font.