All Gadgets

Showing 1,260 of 2,199 results
Page105 of 184
Multi-channel Signed Distance Field Font Demo hero image

Multi-channel Signed Distance Field Font Demo

by godotengine

FREE

This is a demo of Multi-channel Signed Distance Field fonts in Godot. The technique used allows the text to remain clear under arbitrary zooms and rotations. The "multi-channel" part refers to the font texture being generated in a way that allows for higher precision when rendering the font. This allows MSDF fonts to be more readable at small font sizes compared to single-channel signed distance field fonts. Language: GDScript Renderer: Compatibility

PackRTC - P2P Multiplayer hero image

PackRTC - P2P Multiplayer

by maji

FREE

PackRTC is a P2P multiplayer solution for Godot games, powered by WebRTC. Developers can use PackRTC to provide room based multiplayer games. Documentation: https://packrtc.himaji.xyz

Godot Awesome Debug Print hero image

Godot Awesome Debug Print

by austindoss

FREE

Inspired by https://github.com/gruns/icecream Better debug information using ad.p(arg) rather than print(arg) Awesome Debug returns the input argument so it can be dropped into existing code without issue.

Window Management Demo hero image

Window Management Demo

by godotengine

FREE

A demo showing the various window management features available through the DisplayServer singleton. - Moving the window. - Making it resizeable / nonresizeable and setting its size. - Minimizing and maximizing. - Moving the window around. - Making the window transparent. - Capturing, hiding or confining the mouse. - Getting various information about the screens, including DPI and refresh rate. Language: GDScript Renderer: Compatbility

Rakugo Dialogue System hero image

Rakugo Dialogue System

by jebedaia

FREE

Rakugo Dialogue System is dialogue scripting system inspired by Ren’Py Script. It is part of Rakugo Project: https://rakugoteam.github.io

Godot Texture Atlas 2D hero image

Godot Texture Atlas 2D

by kautaruma

FREE

Adds support for using Adobe Animate Texture Atlases to Godot. Read the README.md for more info on what is currently supported.

ActionButton hero image

ActionButton

by hapty

FREE

ActionButton is a custom Button node with extended audio and visual customization. Features: *Customize how the button animates and looks when you interact with it. *Configure sounds for the button, with a system that keeps track of sounds and reuses them across the project.

VersionCheck hero image

VersionCheck

by derwenzel

FREE

A small plugin that checks if a newer version of the godot alpha is available.

OpenAI GPT Chat hero image

OpenAI GPT Chat

by finepointcgi

FREE

This tool integrates GPT within Godot. Chat with it! Summarize your functions Run basic actions such as write a function to verify an email using regex. Ask for help! How To Use Clone the Repo Copy it to Your Godot Project Under Project > project settings > addons and enable the Addon Go under Project Tools > GPT Chat Set your API key and pick your options Click OK You can use Godot GPT now!

GDMatPlot hero image

GDMatPlot

by dmrokan

FREE

This plugin adds GNUPlot terminal to the Godot engine for displaying plots on a 2D canvas layer without requiring GNUPlot executable Checkout demos: https://github.com/dmrokan/gdmatplot/releases/download/v0.3.0/demo.zip https://github.com/dmrokan/gdmatplot/releases/download/v0.3.0/demo3d.zip

2.5D Game Demo hero image

2.5D Game Demo

by godotengine

FREE

This demo project shows a way to create a 2.5D game in Godot by mixing 2D and 3D nodes. It also adds a 2.5D editor viewport for easily editing 2.5D levels. How it works: Custom node types are added in a Godot plugin to allow 2.5D objects. Node25D serves as the base for all 2.5D objects. Its first child must be a 3D Spatial, which is used to calculate its position. Then, add a 2D Sprite (or similar) to display the object. Inside of Node25D, a 2.5D transformation matrix made of three `Vector2`s...

Fancy Folder Colors hero image

Fancy Folder Colors

by twister

FREE

Custom Folder Colors Addon For Godot 4 Allows you to choose a custom color for folders. (also works with files) How Work In the godot file system, press RMB (right click) on any folder/file you want to colorize and select Custom Color from the menu.