Todot is a Kanban Style Todo Plugin for Godot.
This template aims to gives a basic starter project with some predefined settings to achieve an high quality look
Godot-Stuff Logger (gs_logger)A GDScript based logging utility, it provides a very low level way to debug your Games. There are different Appenders and Layouts available that let you control how the logger output is delivered.Features* low overhead* simple to include in your projects* eight different logging levels* output to console or filesystem* html output available (experimental)This version supports the Godot Version 3.1 releases.For more information follow this linkhttps://gitlab.com/godot-stuff/gs-logger/blob/master/README.md
[For Godot 3.1] WAT is a Testing Framework. It allows you to easily create test scripts and quickly run many at a time. You can find the documentation @ https://wat.readthedocs.io/en/latest/
A colorblindness simulator to help you design for everyone.
This tool allows typing with fonts made from a collection of PNG images.
Payment system for in-game purchases using LNP/BP.With insert-coin(s) you can implement coin-op, pay-per-use business models, capable of micropayments even lower than $0,001!You can now offer players fast and reliable in-game purchases, without middlemen or banks. By using cryptocurrency you benefit from near-zero payment fees which allows for real-time, in-game 'streaming payments'.Insert-coin(s) uses Lightning Network Protocol (LNP), the latest payment-technology on top of Bitcoin Protocol (BP).
The official open-source Godot client for Nakama server written in GDScript.Nakama is an open-source server designed to power modern games and apps. Features include user accounts, chat, social, matchmaker, realtime multiplayer, and much more.This client implements the full API and socket options with the server. It's written in GDScript to support Godot Engine 3.1+.Full documentation is online - https://heroiclabs.com/docs
An editor plugin to edit translation files from inside Godot Engine. It supports .csv and .po files, although gettext support is limited to what Godot can handle. It can also be used as a standalone editor if translation_editor.tscn is run or exported as main scene.New in 0.3:- Minimal supported version of Godot is now 3.1- Added support for string prefix- Added support for JSON and C# files (preferably useful with string prefix)- Added options in ProjectSettings (category `TranslationEditor`)- Limited prints to warnings and errors, the rest uses Godot's verbose option- Typed GDScript is now used in the plugin's codebase- Fixed `tr()` calls within an str() call not being detected- Fixed calls to `TranslationServer.translate()` not being detected- Fixed renaming a string key not marking files as changed- Fixed window titles not being detected- Fixed previous extraction results not being cleared when opening the dialog again- Fixed "clear search" button not updating search results and remaining shownSee full changelog at https://github.com/Zylann/godot_translation_editor
PLEASE REFER TO THE 0.9.0 VERSION FOR GODOT 3.2 IN THE ASSET LIBRARY.
Client for communicating with Nakama, an Open Source game backend, using Nakama's complete REST and realtime APIs.While this client still works, there is now an official Nakama client for Godot written in GDScript, which is what I'd recommend using in new projects:https://godotengine.org/asset-library/asset/606
Rakugo is framework (inspired by Ren'Py) for story driven games in Godot. It is a Story Management Plugin. The idea is to have a ready to use plug-in for stories, so developers can create narrative driven games with all the amazing features and tools of Godot 3.1+.