All Gadgets

Showing 852 of 2,199 results
Page71 of 184
Threaded Loading Demo hero image

Threaded Loading Demo

by godotengine

FREE

This demo demonstrates how to use ResourceLoader for background loading. See documentation on using multiple threads: https://docs.godotengine.org/en/stable/tutorials/performance/using_multiple_threads.html Language: GDScript Renderer: Compatibility

BloodyLogger hero image

BloodyLogger

by alexvalder

FREE

Simple extensible logger for Godot 4.x. Comes with default console writer and error file writer with max log size limitation.

EzPID hero image

EzPID

by iimidknightii

FREE

A GDExtension addon that adds a simple, generic PIDController that can either be used to update another node's property to follow a target value, or to manually integrate into your scripts. Includes full documentation and tons of customization features.

PostgreSQL Client in GDScript hero image

PostgreSQL Client in GDScript

by samuelmarzin

FREE

Godot PostgreSQL Client is a GDscript script / class that allows you to connect to a Postgres backend and run SQL commands there. It is able to send data and receive it from the backend. Useful for managing player user data on a multiplayer game, by saving a large amount of data on a dedicated Postgres server from GDscript. The class is written in pure GDScript which allows it not to depend on GDExtention. This makes it ultra portable for many platforms. Detailed documentation: https://github...

NativeLib hero image

NativeLib

by drmoriarty

FREE

Ultimate solution to manage (install/update/uninstall) native modules for iOS, Android, MacOS, AppleTV. It automatically process packages dependencies. It will add gd wrapper for native library into your autoloading list. it has comfortable package settings editor. Now 56 native packages available: - APN - ARKit - iPhone Camera - GameCenter - iCloud - Apple AppStore - AdColony - Amplitude - Applovin - Applovin-MAX (with adapters) - Appsflyer - Facebook - Firebase (Analytics, Auth, Crashlytics...

Gopotify - Spotify Client hero image

Gopotify - Spotify Client

by drarbego

FREE

This is a wrapper for the Spotify REST API

RandomAudioPlayer 2D hero image

RandomAudioPlayer 2D

by derwenzel

FREE

A simple node that selects a random child and plays the audio

FastNoiseLite-Demo-Godot hero image

FastNoiseLite-Demo-Godot

by defce74

FREE

Visual demonstration of FastNoiseLite library in Godot 4 for procedural generation of 2d tilemaps. Project has been upgraded to 4.2

Tiny Platform Quest hero image

Tiny Platform Quest

by roboweb

FREE

This platform 2D game is a demo I made with the Godot engine, for learning purposes. I used the tilesets of Dan Cramp, as well as his video for the gameplay (http://www.dancramp.com).

Previous Tab hero image

Previous Tab

by makovwait

FREE

Switch to the previously active tab (last tab) by pressing Ctrl+Tab (macos: Option+Tab), including last doc, script and scene tabs.

ThreadPool++ hero image

ThreadPool++

by chromiumosguy

FREE

A GDScript thread pool to asynchronously execute tasks with a bunch of useful features from task time limit to the highly useful join() function for further information an documentation please head to the GitHub page https://github.com/ChromiumOS-Guy/ThreadPoolPlusPlus works on v3.4.4 - v3.5

Quick Script Change hero image

Quick Script Change

by disablak

FREE

Godot 4 plugin that allow you to change your script immediately! If you left empty blank it'll show you last opened scripts. Double shift -> show popup. Tab -> select next script. Shift + Tab -> select previous one. Space -> confirm and change.