All Gadgets

Showing 228 of 2,199 results
Page19 of 184
Scale Importer hero image

Scale Importer

by nknzgamedev

FREE

Godot import plugin that resizes images

GodotBoy GDExtention hero image

GodotBoy GDExtention

by greenfox

FREE

Note: I strongly recommend you check out the template on Itch. https://greenf0x.itch.io/godotboy-template. This version does not get updated as often. The GitLab link is always the most cutting edge, but perhaps not the most stable. GodotBoy allows you to load ROMs from everyone's favorite 80s portable game console as well as it's 90s counter part. You can add an emulator to you game. The repo includes some examples of using these as a pickup, or as part of a control surface. The sample is the most minimal example I could come up with and a ROM created from GBStudio (another MIT licensed project) It's a GDExtention written in Rust with GodotRust and RBoy. 0.1.4: It now supports Windows, Linux, Linux on ARM64, and Android (on ARM64, but no reason it can't support Android x86 if anyone wants that). 0.2.0: Added support for GBA, but requires a BIOS file. Maybe someday figure out how to remove that requirement. v0.4.0 note: this was removed, it is beyond the scope of this project. If this is of interest to you, find me on BlueSky. 0.3.0: Now has support for Web exports. Requires Threads and Extension support in web exports. 0.4.0: Memory tools added! GBStudio added the script memory map to the exports, so you can now use the memory read/write tooling to trigger events in Godot or modify the game at run time. Itch.io Link: https://greenf0x.itch.io/godotboy-template GodotRust: https://github.com/godot-rust/gdext RBoy: https://github.com/mvdnes/rboy

Children Dock hero image

Children Dock

by ulice

FREE

This plugin will let you see the children nodes of the currently selected node in your tree in a seperate dock to make your life easier, especially when working with component driven projects. You can navigate in the panel to get the desired node in the selected parent node in the scene tree.

GD-CBOR hero image

GD-CBOR

by arlez80

FREE

encode/decode implementation of Concise Binary Object Representation for Godot Engine 4.x / GDScript.

beatplayer hero image

beatplayer

by sftblw

FREE

"extends AudioStreamPlayer" for rhythm action games

ExtendTimer hero image

ExtendTimer

by keldowin

FREE

Godot 4.x plugin. Adds an improved timer with additional signals

SQLPentagram hero image

SQLPentagram

by militaryg

FREE

an SQL manager to quickly access data by data and update it with not corrupted files with power failure. it isn't supported by other SQL because it has it's own data structure.

Runtime Ogg Vorbis GDExtension hero image

Runtime Ogg Vorbis GDExtension

by jte

FREE

This lightweight GDExtension adds static functions for loading Ogg Vorbis files into an immediately usable AudioStreamOggVorbis at runtime, without requiring the files to be imported using Godot Editor first. You may load files by path, or directly from a PackedByteArray buffer in memory, which could for example be used with ZIPReader to play music out of a zip package. Binaries for Windows, Mac, and Linux are provided. Please see README.md for usage details.

Little Buddy hero image

Little Buddy

by shadesandgrays

FREE

This tool adds a dock that contains a little pixel buddy that bounces.

Godot YAML hero image

Godot YAML

by fimbulworks

FREE

A high-performance YAML parser and serializer for Godot 4.3+ that speaks fluent Variant. Features include: - Editor integration with custom YAML file editor. - Comprehensive Variant support. Seamlessly parse and stringify most Godot Variant types. - Custom Class support. Register your Script classes for seamless serialization and deserialization. - Parsing YAML files with multiple documents. - Comprehensive style customization, with a style extraction feature during parsing. - Thread-safe par...

Rust Gdext GDExtension hero image

Rust Gdext GDExtension

by danilkovalchuk0

FREE

Unofficial starter for Gdext Rust https://github.com/godot-rust/gdext. # Instructions Please follow https://godot-rust.github.io/book/intro/setup.html before proceeding Run commands below in your Godot project root: >_ cd addons/rust-gdextension >_ cargo update >_ cargo build After reloading an editor, node Player should appear

GDForms hero image

GDForms

by jeanmarcpelletier

FREE

GDForms is a plugin for Godot that allows the creation of interactive forms for collecting information from the user.