GTLib screenshot 1
M

Publisher

miwubunz

GTLib

Tools
GDScript HTTP Markdown Date String Conversion Slugify Timestamp

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.

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 the addons 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