Skip to content

Ncerzzk/mygame

Repository files navigation

Godot Sharp Some

NuGet Downloads GitHub repo size GitHub code size
Build Code Analysis Code Lint Documentation Lint

Is set of extensions for custom drawing API in Godot engine. It simplifies script drawing.

Features

Includes CanvasItem extensions for drawing various plane shapes and Multiline class extending possibilities of drawing API.
List of features.

pic pic

Would you like to know more and more?

Setup

Add nuget package to your project.

Godot project's .csproj file should look like this:

<Project Sdk="Godot.NET.Sdk/4.1.2">
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <EnableDynamicLoading>true</EnableDynamicLoading>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="GodotSharpSome.Drawing2D" Version="X.X.X" />
  </ItemGroup>
</Project>

'X.X.X' is required version.

Contributing

Any ideas, contributions and bug reports are welcome!

For new idea create an issue.
For bug report create an issue.
For contribution create a pull request.

Conventions

License

Project is under MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published