
This project shows how to create custom BBCode Tags for RichTextLabels Goes with my tutorial video here: https://youtu.be/8CZfqdUd3bM
This project shows how to create custom BBCode Tags for RichTextLabels Goes with my tutorial video here: https://youtu.be/8CZfqdUd3bM
A GDScript Implementation of EventSource, a Web API available in Browsers and JavaScript for reading Server Sent Event Streams (SSE). It comes with exhaustive docs and implements the spec fully and is licensed under the MIT License. To contribute, raise issues or view the source code go to https://gitlab.com/DaGammla/godot-http-event-source
This node lets you control normal map strength.
Small GDExtension plugin that allows to retrieve data from MSI Afterburner, supports graphs minimum and maximum limits. Windows 32 and 64 bit only.
This node outputs UV based on height map for Simple Offset Mapping & Parallax Occlusion Mapping.
Plugin for the Godot Game Engine that helps you find files (scenes, scripts, resources, etc) across your entire project. Usage To bring up the finder simply press **shift** twice (as you would in any IntelliJ based IDE) or click the search icon in the toolbar (usually the top-right corner of the editor). Besides intuitive mouse support, the finder window also have full keyboard support: - Arrow keys or tab/shift+tab for single-item navigation - Pageup and Pagedown for going to the first and last item, respectively - Enter for opening the selected file - Ctrl + F to quickly go back to the search box Searching The search functionality includes some QoL features that you should be aware: - By default, it will use fuzzy matching, so whatever you type won't be taken literally - Strict matching can be enabled by prepending the search with a bang ("!") - You can search by multiple terms by separating them with a space, like "finder _on_clicked_property" - If your search term contains a forward slash ("/"), it will exclusively match against the whole file path (except for script properties). The search can be further restricted by also prepending a bang to the search. This is useful when you want to match a specific directory - Matching can be done by intials, by simply supplying a abbreviation of what you are searching for, like "ocp", when searching for "_on_clicked_property". This type of matching is done by checking for both snake_case and camelCase/PascalCase.
A plugin for Godot that parses and displays RSS feeds in engine (and editor). NOTE: This plugin currently only supports RSS feeds and not ATOM feeds. NOTE: This plugin includes the GodotXML addon, which is a dependency for this plugin to work. GodotXML plugin taken from https://github.com/elenakrittik/GodotXML .
This addon adds a little helper node which you add as a sibling node to some buttons, and then only 1 of these buttons will be selected at the time, like radio buttons, the node provides a signal for when you change the selection.
Just wanted a version of squash the creeps that isn't finished without others having to download from GitHub.
Adds a RegularPolygon2D node under Polygon2D. Shapes have a radius, a vertex count, and, if fill is false, a thickness.
Adds DataTables into the Godot. Description and usage are in documentation.
Godot 4.1+ addon for mapping Steam API languages to Godot locale codes. When using Steam API addons in Godot such as GodotSteam, language names need to be mapped to Godot locales in order to switch a Godot game's language to the user-selected one in Steam. This small addon provides mapping functions to handle all languages available via the Steam API. For more information see: https://github.com/AstralCrowGames/GodotSteamLocaleMapper
A 3d rigged male base mesh, provided under the CC0 license. Primarily released by orange-juice-games.itch.io under CC0 license. 2025-02-11 Fixed origin geometry - Tested on Godot 4.3 2025-02-12 1.0.2 The rotation and location were fixed. If you can improve it, please create an issue with details on GitHub Repository. https://github.com/BoQsc/Godot-Male-Base-Mesh/ To use this 3D Male Base Mesh, you can drag .glb file into the scene, right click on the male_base_mesh node and click "Make Local" You may then add to the scene a Camera3D node and a DirectionalLight3D. Then click button "Run Project" (F5) button to run the scene. For New to Godot: dealing with Gizmos If you are very new to Godot Engine, you might also want to temporary hide weird colored wireframes temporary: these are known as Gizmos and can be disabled by clicking "Perspective" button on the left top corner in the scene of Godot
A CastleDB loader for Godot Engine 4. 1.1.0 update: * bug fixes.
Ever needed to set up multiple properties to specific values every once in a while, but setting up a whole animator node just for that was kinda overkill and clumsy? Then this plugin is for you my friend! With a change of a value and a click of an in-inspector button, you now can do just that! By the way, if you like the plugin, I'd appreciate if you threw a couple dollaroos my way! :] https://boosty.to/zedmanul/donate
Pastebin API Wrapper allows you to access the Pastebin API from GodotEngine. You can create any kind of paste with the supported langauges.
Yet another Godot addon for creating simple Finite State Machines.