Replicate Operating System key presses and release into Godot.Useful if there is a need to listen key press/release when Godot window is not focus. Examples:- Overlays (like Steam and Discord show overlays)- Streaming software (like OBS Studio use to change scenes)- VTuber software (change character state)Compatibility with Linux (X11) and Windows.
A simple tool to automatically generate a UI for user inputs.Features- Supports loading from InputMap- Supports default keybinds across different keyboard layouts (As long as set from InputMap)- Supports saving / loading to files and/or exporting / importing for custom player data- Supports changing of keybinds via in-line editing or a different menu- Supports key combos such as CTRL + SHIFT + O- Debug only controls- Categories- Theme support for easy customisabilityPartial Features- Controller support (as well as any other type of input), will work but might not show up as best as they could.- Images instead of all just text based
This is 100% pure GDScript embeddable Software Mod Player for Godot Engine 4.Supported files: *.mod, *.xm4.3.0 updates:* Optimize for loops4.2.5 updates:* Fixed portamento up/down* Fixed error when read empty pattern from XM files* Remove unused codes4.2.4 updates:* Fixed tone portamento in linear frequency* Fixed vibrato does not working* Fixed volume slide command* Fixed Instrument panning* Refactoring codes4.2.3 updates:* Fixed portamento/vibrato in linear frequency* Fixed tone portamento bug* Fixed 16-bit sample loop point bug.* Implement frequency 0 to stream stop.4.2.2 updates:* Fixed 3xx/4xx "continue" parameter* Fixed volume resets when has no instrument number* Remove thread codes* Remove old workaround codes* Refactoring codes4.2.0 updates:* Implemented 9xx Sample Offset* Fixed some errors4.1.1 updates:* Implemented full features for multi retrig note (0x1B)4.1.0 updates:* Fixed pitchbend in linear frequency mode.* Implemented vibrato depth of volume command.* Implemented global volume slide continue (parameter 0x0000).* Implemented temporary multi retrig note.4.0.1 updates:* Fixed some clamp/max to clampf/clampi/maxf* Fixed @export_files attribute4.0.0 updates:* Ported from Godot Engine 3 version.
An implementation of Charles "Chuck" Moore's Forth programming language as a virtual computer inside of Godot.
RISC-V emulator brought to Godot. Adds several new Objects:RVHart and ABIHart - Nodes that can run RISC-V code. They are RV32imac_zicsr compatible, and can run code compiled with crosstool-ng and newlib for baremetal. ABIHart can also handle system calls.ElfFile - Able to load a static executable. Support for shared coming in the future!RVBusDevice and RVMemoryDevice - Simple IO devices capable of joining a bus under an RVHart, emulating RAM and ROM.
lightweight mvc framework written with gdscript.- Lightweight and non-intrusive.- Support serialization and deserialization.- Easy to use.
This plugin provides a web export preset and a gdScript wrapper for integrating with Poki Platform's SDK.
A Godot implementation of Sebastian Lague's solar system. Contains a procedural planet generation and a simulation of celestial bodies.
A modular, component-based system for creating animated lights in the Godot engine, inspired by the dynamic light animations of classic Quake and Half-Life games.Features- 11 Animation Presets: Includes predefined light animation tables from Quake.- Custom Animations: Supports user-defined animation strings.- Editor Previews: Preview animations directly in the Godot editor.- Smooth Transitions: Optional fade effect to reduce stepping.- Material Integration: Light animations affect the lamp material’s emission property.- Example Project: An example project is included to demonstrate setup and usage, providing a quick way to understand how to configure and combine components.
100% Pure GDScript Software MIDI Player for Godot Engine 44.3.1 update:* Fixed preset velocity range bug* Fixed sample link bug4.3.0 update:* Optimize for loops.4.2.0 update:* Remove thread codes* Fixed boilerplate4.1.1 update:* Fix bug for using "Sample Mode Loop Ends By Key Depression".4.1.0 update:* Move GDScript to AnimationPlayer for ADSR volume controller * Update demonstration project.4.0.2 update:* Fixed for Godot Engine 4.0* Fixed clamp/max to clampf/maxf4.0.1 update:* Fixed for Godot Engine 4 RC14.0.0 update:* Ported from Godot Engine 3 version.
Asynchronous AMQP-0-9-1 Client Addon with RabbitMQ extensions for Godot 4.3Consult README.md and Example.gd for usage information.
Template with a main menu, options menus, pause menu, credits, scene loader, extra tools, and an example game scene.This is identical to the Game Template, except for the opening has the GWJ logo and a space for the theme + wildcards to go.Created in collaboration with members of the Godot Wild Jam community.For usage information, visit the following:https://github.com/Maaack/Godot-Game-Template/blob/main/README.md#usage