Godot Sharp Some - Drawing 2D

An asset by Jiri
The page banner background of a mountain and forest
Godot Sharp Some - Drawing 2D thumbnail image
Godot Sharp Some - Drawing 2D thumbnail image
Godot Sharp Some - Drawing 2D thumbnail image
Godot Sharp Some - Drawing 2D thumbnail image
Godot Sharp Some - Drawing 2D hero image

Quick Information

0 ratings
Godot Sharp Some - Drawing 2D icon image
Jiri
Godot Sharp Some - Drawing 2D

Is set of extensions for custom drawing API in Godot engine version 4.x. It simplifies script drawing.Includes CanvasItem extensions for drawing various plane shapes and Multiline class extending possibilities of drawing API.

Supported Engine Version
4.0
Version String
0.20.0
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

Godot Sharp Some

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

Is set of extensions for custom drawing API in Godot engine version 4.0 and higher. It simplifies script drawing.

Features

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

README pic README 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.0.0">
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <EnableDynamicLoading>true</EnableDynamicLoading>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="GodotSharpSome.Drawing2D" Version="0.20.0" />
  </ItemGroup>
</Project>

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.

Is set of extensions for custom drawing API in Godot engine version 4.x. It simplifies script drawing.
Includes CanvasItem extensions for drawing various plane shapes and Multiline class extending possibilities of drawing API.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Godot Sharp Some - Drawing 2D icon image
Jiri
Godot Sharp Some - Drawing 2D

Is set of extensions for custom drawing API in Godot engine version 4.x. It simplifies script drawing.Includes CanvasItem extensions for drawing various plane shapes and Multiline class extending possibilities of drawing API.

Supported Engine Version
4.0
Version String
0.20.0
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers