All Gadgets

Showing 1,692 of 2,199 results
Page141 of 184
Base64 Manager hero image

Base64 Manager

by mxt08

FREE

A simple base 64 encoder and decoder.

GUI Input Mapping Demo hero image

GUI Input Mapping Demo

by godotengine

FREE

A demo showing how to build an input key remapping screen. - Click the buttons to change the bound keys. - Persists the keys to disk, so they are preserved after the project is restarted. Language: GDScript Renderer: Compatibility

Notchz (Safe Area) hero image

Notchz (Safe Area)

by lunsokhasovan

FREE

Is safe area node that set offsets by member or automatic set from cutout areas to ensure fit within safe area. It's useful for build mobile games or apps. ● Usage: Just create Notchz as root node or add as a main UI.

BlipKit hero image

BlipKit

by detomon

FREE

A GDExtension for creating the beautiful sound of old sound chips. • Generate waveforms: square, triangle, noise, sawtooth, sine, and BlipKitWaveform using BlipKitTrack • Create pitch, volume, panning, and duty cycle envelopes using BlipKitInstrument • Load and play audio samples from AudioStreamWAV using BlipKitSample • Provides a basic byte code interpreter to generate more complex melodies and reuse patterns

CameraManager2D hero image

CameraManager2D

by hanz

FREE

Manage actions between multiple Camera2Ds. Switching view made easy.

Godot LLM Template hero image

Godot LLM Template

by adriankhl

FREE

Demonstrate how to use the "Godot LLM" plugin. # How to use 1. Get `Godot LLM` directly from the godot asset library, or download the addon from [godot-llm](https://github.com/Adriankhl/godot-llm) and place it to the `addons` folder 2. Download models * Text generation recommendation: Meta-Llama-3-8B-Instruct-Q5_K_M.gguf from https://huggingface.co/lmstudio-community/Meta-Llama-3-8B-Instruct-GGUF/tree/main or Phi-3-mini-4k-instruct-Q2_K.gguf from https://huggingface.co/bartowski/Phi-3-mini-4k...

Copy Transform hero image

Copy Transform

by samw3

FREE

Copy and paste a Spatial node's position and rotation to another node.

Godot CI Template hero image

Godot CI Template

by jasonh35

FREE

This is a bare-ish Godot project with Gut, Pre-commit, and file_format.sh from godot-demo-projects pre-installed as GitHub Workflows. This gives Godot devs out-of-the-box CI for their game projects.

Active Rigid Body Ragdolls hero image

Active Rigid Body Ragdolls

by r3xg1l

FREE

This tool does two things: * It creates ragdolls with RigidBodies and Generic6DOFJoints, instead of PhysicalBones. * It implements a simple animation tracer using joint motors, to mimic the popular method of creating Active Ragdolls[1]. ** WARNINGS AND USAGE ON GITHUB PAGE** The provided joint script is meant to create a Torque Driven[2] active ragdoll, however, given that it is attached to Joint nodes, its behaviour can be reprogramed, and adjusted for your own needs. [1] - https://www.youtu...

Dijkstra Map Pathfinding hero image

Dijkstra Map Pathfinding

by kohugaly

FREE

A more feature-rich alternative to AStar. Main feature is the ability to pre-compute paths from given origin point to all points, which can then be easily accessed.

Vertex Animation Demo hero image

Vertex Animation Demo

by yanorax

FREE

This project demonstrates how to animate a 3D mesh using vertex data generated by the "Not Unreal Tools - Vertex Animation" Blender add-on, with a vertex shader inside Godot Engine.

uState hero image

uState

by umbr4x

FREE

uState is a barebones Finite State Machine (FSM) plugin that introduces two lightweight, powerful nodes for managing stateful logic in your projects. Ideal for those looking for a minimal and flexible approach to FSM implementation, uState provides the fundamental tools needed to build and manage behavioral states through visual node-based logic.