Tools

Showing 516 of 1,123 results
Page43 of 94
AndroidSystemBarControl hero image

AndroidSystemBarControl

by menjliamanallah

FREE

A plugin for Godot to customize android's system bars (status and navigation bars).

Simple UDP hero image

Simple UDP

by kylehung

FREE

This is a simple Godot UDP networking plugin that provides basic UDP communication functionality. 这是一个简单的Godot UDP网络通信插件,提供基本的UDP通信功能。

Normal Map Generator hero image

Normal Map Generator

by krosseye

FREE

This plugin allows you to easily generate normal maps from textures within Godot. It provides a simple dock to open a texture and create a normal map with adjustable settings. The normal map is saved in the same directory as the original texture with a "*_n.png" prefix. Originally developed for Godot 3.2, this version is now ported to Godot 4.4. For more advanced normal map generation, consider using Laigter, a free and open-source tool.

SLib – Simplify Your Godot Development hero image

SLib – Simplify Your Godot Development

by mkhuser

FREE

SLib is a lightweight and efficient Godot library designed to streamline your coding experience. Say goodbye to repetitive scripts and unreadable code—SLib provides ready-to-use, standardized functions that enhance readability, reduce redundancy, and optimize performance. Why Choose SLib? Fast and lightweight, less than 100KB, ensuring minimal impact on your project. Easy installation, get started in seconds with a hassle-free setup. Readable code, transform complex scripts into clear, mainta...

Auto-Bus (auto event bus with signal nodes) hero image

Auto-Bus (auto event bus with signal nodes)

by srcoloma

FREE

The purpose of the plugin is to dynamically create an event bus for each [SignalNode] without the need to create a singleton to manage it. The plugin adds 2 nodes: SignalNode <- a node representing a signal where the 'name' property is the signal's name. SignalReceptor <- a node representing a signal receiver, where the 'react_to' property is the name of the signal it expects to receive.

NumDot: Tensor Math and Scientific Computation hero image

NumDot: Tensor Math and Scientific Computation

by ivorius

FREE

NumDot is a tensor math and scientific computation library for the Godot Engine. Documentation: https://numdot.readthedocs.io/ Changelog: https://numdot.readthedocs.io/en/latest/setup/changelog.html See NumDot in action: https://ivorius.itch.io/numdot-demos -- NumDot provides a multidimensional array object (NDArray) and many functions for fast operations on arrays, including mathematical, logical, statistical, and more. It is inspired by the Python tensor math library, NumPy, and thus shares many semantics with it. Visit the documentation for a full feature overview, as well as guides and tutorials. NumDot supports all common platforms (including web exports).

GDSnap hero image

GDSnap

by nokorpo

FREE

A screenshot testing/snapshot testing library for Godot.

GtgAssetsKit GD4 - PhotoRealism hero image

GtgAssetsKit GD4 - PhotoRealism

by gtg

FREE

This is a 3d kit comes with a lot of high quality pre-installed assets for Photorealistic games development in Godot Including: - High Quality 3D Models - High Quality Sounds - High Quality Prepared Textures Read for Game Dev All Included from sources - AmbientCG - PolyHaven - Custom Designs also Get Ready for PhotoRealism in Godot 4

Godot Colyseus hero image

Godot Colyseus

by gsioteam

FREE

Colyseus SDK for godot 4.0

radio buttons hero image

radio buttons

by voidgames

FREE

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.

Pinned Debugger Tabs hero image

Pinned Debugger Tabs

by wierdox

FREE

Auto opens a pinned Debugger tab on project run. To pin a tab, press the newly added Pin Tab button on the Debugger tab bar. You can unpin by either pressing Unpin, or pressing the blue pin on the pinned tab. You can also shift the pin by going to a new tab and pressing Shift Pin. Changelog: *1.1: For 4.4+, fixed plugin critically failing due to changes in Debugger node hierarchy. Still works with all previous versions. This plugin overrides editor setting "run/output/always_open_output_on_pl...

Plugin Reloader hero image

Plugin Reloader

by iceflower

FREE

Quickly reload plugins from the editor main screen. For more see https://kenyoni-software.github.io/godot-addons/addons/plugin_reloader/.