Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
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.
Godot Sharp Some
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.
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.
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
Quick Information
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.