A recreation of the Roblox TweenService functionality in GDScript for Animating values.
GDExtension for Godot 4.4.1+ to load GIF files as AnimatedTexture and/or SpriteFrames.
Addon for integrating your Godot-based simulator or application with the RTI (Runtime Infrastructure) of Inhumate Suite. Use it for connecting web-based interfaces, co-simulation, user testing etc.Read more at https://inhumatesystems.com/products/suite/.Installation instructions:1. Add the asset to your project2. Project > Tools > C# > Create C# solution3. Add the Inhumate.RTI package to the C# project: dotnet add package Inhumate.RTI4. Build project (hammer icon)5. Project Settings > Plugins tab > check EnabledMore documentation at https://docs.inhumatesystems.com/integrations/godot/.
Molten Aim 25 is an OpenSource realistic first-person-shooter game made with godot game engine 4.4. The Game is made to be fully free and open source and this repository is containing the official source code for the game. Any Godot 4.4 developer can contribute to the project just be sure to checkout the contribution guidelines.Update info: Added new lobby!
This add-on allows for easy a fadein/out effect between scene transitions.
Bappy keyboard input manager based on the game Snuff Puppy Shelter.
Godot plugin to detect color blindness-related issues.
Helper class for encoding and decoding base32768 data.
A Extension for Godot that gets the OS active window infoGets the window title and positionMade in Godot 4.4*only on Windows
Plays sounds in Script and Shader editors! Sounds are from osu!/ppy's lazer client.In more detail:Adds sounds based on the Users actions inside the Script Editor and Shader Editor for:- Typing- Multiple Delete Animations- Caret Movement- Copy & Pasting- Saving- Undo & Redo- Selecting (Single, Word, All)Also adds Extra Animations when deleting text.Thanks for reading and happy typing!
Automatic C# bindings generator for GDExtension classesHow to use:1. Import your GDExtensions2. Enable the C# GDExtension Bindgen plugin in "Project Settings... -> Plugins" tab3. Click in the menu item "Project -> Tools -> Generate C# GDExtension Bindings" whenever you want to regenerate C# bindings4. Enjoy \o/
DatePicker is a themed Godot calendar addon inspiried by the Windows 11 calendar. Two scenes are available: DatePicker and Calendar. DatePicker is a Button that when clicked displays a Calendar. When a date on the Calendar is selected, the Calendar is hidden and the text of the DatePicker button is updated. The header of the Calendar (i.e. 2025 or March 2025) can be clicked to toggle between the year and month views. Only available in C#.