Wrapper for the OLAP SQL engine DuckDB. Great for heavy analytics queries.
Automatically expands all sections of the Property Inspector when you select a node
Android OAID/AAID SDK export plugin.Also supports AndroidID, IMEI, WidevineID and more.
A Extension for Godot that allows the window to function as an overlay.Added features:-Keybinds for when window is not focused-Toggle input passthrough-Toggle window visibilityExisting features that are updated:-Borderless Window-Full window transparancy-Always on topThe Overlay Extension is a Object type that can be used created and enabledThe Addon is a Overlay Node type that interacts with object to show how to useMade in Godot 4.4*only on Windows
Audio synthesis engine for procedural SFX and music.https://eclipsinglines.github.io/GodotSynth/
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#.
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/
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- Deleting- Caret Movement- Copy & Pasting- Saving- Undo & Redo- Selecting (Single, Word, All)Also adds Extra Animations when deleting text.Thanks for reading and happy typing!
A Extension for Godot that gets the OS active window infoGets the window title and positionMade in Godot 4.4*only on Windows