altamkp / GodotEx

Set of extension libraries for Godot in C#.

Home Page:https://altamkp.github.io/GodotEx/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GodotEx

Godot Extra provides a set of extension libraries for Godot in C#.

Currently available extension libraries:

GodotEx

Basic extension library for Godot:

GodotEx.Async

Asynchronous extension library for Godot:

GodotEx.Hosting

Hosting extension library for Godot:

  • A Host node that provides hosting functionalities with ServiceProvider
  • Dependency injection through the above Host

Prerequisites

Installation

Choose the package(s) you need and run the following command(s) to install the nuget package(s).

dotnet add package GodotEx
dotnet add package GodotEx.Async
dotnet add package GodotEx.Hosting

Documentation

Please refer to this page for a detailed documentation on all available extension libraries.

License

Distributed under the MIT License. Copyright (c) 2024 altamkp.

About

Set of extension libraries for Godot in C#.

https://altamkp.github.io/GodotEx/

License:MIT License


Languages

Language:C# 98.1%Language:PowerShell 1.9%