All Gadgets

Showing 1,212 of 2,199 results
Page101 of 184
Websocket Lobby Demo hero image

Websocket Lobby Demo

by pleyland

FREE

Updated version of the Websocket Demo for 3.0

TerrainCrafter for Godot 4 3D hero image

TerrainCrafter for Godot 4 3D

by gegfairbear8974

FREE

This is a procedural terrain generator that emphasizes ease of use and performance. It will create an infinite landscape around the player ship that will continue for as long as you keep flying, with the only limits being floating point errors from traveling too far away from the origin. Future plans include chunk pooling, and origin reset for truly infinite flying, and optimization of generation to reduce sharp edges. **UPDATE V1.1.0** This update introduces multi-threading for terrain gener...

jTest hero image

jTest

by jeremybeier

FREE

Minimal test setup for Godot, made for use in my projects.

Monstercollector2.5D.demoGodot hero image

Monstercollector2.5D.demoGodot

by bigsunday

FREE

Hi, it all started when I discovered pokemon xenoverse, and while it set standards for pokemon fangames, it also disappointed me. It took me a while to figure out what didn't work for me, then I realized, it was two-dimensional. It took me a while because I'm new to Godot, but I hope this demo can be useful for others to create pokemon fangames without resorting to hacks.

FloorArchitect hero image

FloorArchitect

by drejzer

FREE

Godot plugin for generating dungeon floor layouts for rogue-lites like BoI or Moonlighter. Adds new nodes "Base" nodes do not generate levels on their own, they are set up for inheritance. "Sampler" nodes first generate a Maze in their setup(seed:) function and then sample parts of the maze. the generated layout is stored in "cells" member as a dictionary of CellData structures, addressed by their positions on the grid. Utils provides static methods for: getting all dead ends and crossroads g...

Godot Blender Importer hero image

Godot Blender Importer

by rcorre

FREE

This is a plugin for Godot 3.4 to directly import blender source files without needing to (manually) export to an intermediate format. Just save a `.blend` file, and open it as a scene in Godot! The `blender` executable must be on your `PATH`.

ProtoShape - Gizmos and CSG Extension Shapes - Stairs, Ramps 3D hero image

ProtoShape - Gizmos and CSG Extension Shapes - Stairs, Ramps 3D

by illyan

FREE

ProtoShape is a Godot plugin that adds a library of dynamic shapes like ramps and stairs to quickly block out your maps and iterate on your ideas. ProtoShape is relying on the built-in CSG shapes to generate custom stairs/ramps. Custom dynamic nodes can also be created using the ProtoGizmo system.

GDMosquitto hero image

GDMosquitto

by jferdelyi

FREE

This plugin is deprecated, use GDPaho instead here: https://github.com/GDWired/GDPaho or on the asset store (pending, the link coming soon) Mosquitto library implementation for Godot3.5.1. This plugin provides methods to communicate using the MQTT protocol. MQTT is a lightweight, publish-subscribe, machine-to-machine network protocol for message queuing services.

Nemesis STG Engine 2D hero image

Nemesis STG Engine 2D

by jamesthe1

FREE

Nemesis is an addon/engine that makes sh'mup development easy. Whether you need to create a wave of enemies that explode when destroyed, or a player that can pick up weapon options, all you need are this engine's resources. Requires Godot Mono.

gdunzip hero image

gdunzip

by jelle

FREE

Gdunzip is a zip file browser/decompressor written entirely in a single GDScript file. You can use this in games you're building with the Godot game engine. This script is meant for modest zip decompressing purposes, since the inflate algorithm it contains isn't super fast and gdunzip doesn't do CRC checks of the uncompressed files. However, gdunzip works fine if you only need to decompress small files, or when your zip files contain precompressed files like png's. In order to create gdunzip,...

3D Text Plugin hero image

3D Text Plugin

by sisilicon

FREE

This plugin gives you the capability of creating real time 3D text. Please read the included README for more information. The Latest Update now exposes the emission property and normalizes the text size so that the default letters now match up more closely to a unit. It should also now be compatible with GLES 2.

Graph2D hero image

Graph2D

by ld2studio

FREE

Graph 2D is an addon able to display curves in your user interface in a very simple way. - Display several plots on the same graph. - Supports curve thickness and color. - Customizable chart axes (axis label and grid). - Real-time plotting. - Works with all renderers. - Works on desktop platforms and HTML5 (others target were not tested). - Documentation included with the plugin.