Small GDExtension plugin that allows to retrieve data from MSI Afterburner, supports graphs minimum and maximum limits.Windows 32 and 64 bit only.
This addon allows more efficient windows in Godot, with a built-in blue neon theme.NOTE: Not all window class features are available.
I created the Orc Clash game to learn more about making video games! I hope you find it fun and helpful, whether you're playing it or trying to make your own games!
Binary Radians or BRads were often used in classic games taking advantage of the limitations of an unsigned byte to provide angles of 255 directions. Practically this is no longer used as floating point processing is so fast on modern CPUs and GPUs. Netherless this addon provides support to make life a little easier if the need arises to port some legacy code which uses BRads.
Allows your players to send bug reports, feature requests and general feedback directly from within the game to a discord webhook.From there you can do whatever.
Pastebin API Wrapper allows you to access the Pastebin API from GodotEngine. You can create any kind of paste with the supported langauges.
not player
Rush Request is the easiest way of making HTTP requests with JSON in Godot 4. Inspired by the JS library Axios, it creates requests in a Promise-like way.
A highly customizable background addon for Godot 4.1! The current background addons for Godot weren't customizable enough for me which is why I made this addon!
A Little Collection of Helper ItemsScenes:- Simple Scene Switcher Button- Settings View- Panzoom CameraSingletons- EventBus- Helpers
Track how much time you've spent on a project
Welcome to the Rubik's Cube Dojo Simulator! This simulator allows you to solve, scramble, and explore the world of the Rubik's Cube right from your computer. Whether you're a beginner looking to learn how to solve the cube or an experienced cuber aiming to improve your skills, this simulator has got you covered.
GDSAM provides retro voice synth capabilities via a wrapper library for SAM, the Software Automatic Mouth. Based on the C port by Sebastian Macke at https://github.com/s-macke/SAM.
A simple yet fun and evolving multiplayer prototype. Featuring a character with an animation tree, quake-like controller, sound effects and more. Code is under MIT license. Assets are under CC0. Muisc under CC-BY.
A fun game that showcases the basics of 2D game development in Godot.
GDExtension for Godot 4.1-4.2 to load GIF files as AnimatedTexture and/or SpriteFrames.
In-editor input overlay widget.Useful especially for video tutorial makers.
Native Dialogs is a plugin for Godot that allows you to interact with OS-specific dialogs, such as notifications, messages and file dialogs.
This addon gives you a shortcut to expand and collapse the currently selected node in your scene tree without expanding or collapsing it's children.The built-in shortcut expands and collapses the selected node AND all if it's children. This custom shortcut only expands/collapses the parent (selected) node.CTRL+E is the default key bind. You can change it by opening the "addons/expand-collapse-node/default_shortcut.tres" and in the inspector window, there will be an Array containing an "InputKeyEvent". You can change it to whatever you like by pressing "configure". Then just save it and viola. No reload required.
Create multiplayer games without a server! Using webtorrent you can connect people using WebRTC.This way you can create multiplayer games with 0 cost!
This plugin adds support for CrowdControl, allowing it to change how players play the game on streams.Based on https://github.com/nathanfranke/gdextension and the Unity plugin at https://github.com/WarpWorld/crowd-control-unity-pluginTested against 4.1, 4.1.3 and 4.2.1This does not add effects to already released games -> I intend to look into this but atm this is not my priority
WebRTC implementation for Godot native platforms.
Adds DataTables into the Godot. Description and usage are in documentation.
Cargo helper to improve godot rust developement experience.