Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 411 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 411 Bytes

Godot Utilities

Utility library for implement state of the art application development in Godot 4. Includes:

  • Using .NET Standards:

    • Logging Setup using ILogger interface (Microsoft.Extensions.Logging)
    • Dependency Injection (Microsoft.Extensions.DependencyInjection)
  • General utilities for Godot:

    • Node Extension Methods

See Wiki for documentation