
Publisher
miwubunz
GTLib
GTLib is a plugin that provides a collection of useful methods to simplify certain tasks in GDScript. It supports markdown to BBCode conversion (and vice versa), calculate date and timestamp differences, slugify strings, fetch http responses, and more.
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
GTLib
A custom Godot class containing methods to make certain tasks easier.
installation
to use GTLib in your project:
- download the latest release under the releases tab, download, extract and copy
gtlib
to theaddons
folder in your project directory.
usage
create an instance of GTLib in any script where you want to use it.
example:
var gtlib = GTLib.new()
then, call any method by using the instance you created.
license
this project is licensed under the MIT License, see the LICENSE file for details.
contributing
any contributions are welcome! please read our CONTRIBUTING.md <3