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

This plugin helps you draw curved lines quickly in the 2D editor. It leverages the tesselate() method of a Path2D's Curve2D to generate points of a Line2D with bezier curves.Read Mark Hedberg's great explainer here:https://www.hedberggames.com/blog/rendering-curves-in-godot
EZ Curved Lines 2D for Godot 4.4
This plugin helps you draw curved lines quickly in the 2D editor.
Quick Start
After activating this plugin via Project > Plugins
follow these steps.
1. Create a new 2D Scene
2. Add a DrawablePath2D
node to you scene tree (Ctrl + A)
3. In the Inspector
tab click the Generate New Line2D
button
4. Start drawing your DrawablePath2D
like a normal Path2D
Adding and manipulating points the normal way you would for a Path2D
.
Creating curves using the Select Control Points
mode:
.
5. You can change the properties of the Line2D
in the inspector
Your new line will update every time you change the Curve2D
of your Path2D
Explainer on Youtube
Attributions
This plugin was fully inspired by Mark Hedberg's blog on rendering curves in Godot.
This plugin helps you draw curved lines quickly in the 2D editor.
It leverages the tesselate() method of a Path2D's Curve2D to generate
points of a Line2D with bezier curves.
Read Mark Hedberg's great explainer here:
https://www.hedberggames.com/blog/rendering-curves-in-godot
Reviews
Quick Information

This plugin helps you draw curved lines quickly in the 2D editor. It leverages the tesselate() method of a Path2D's Curve2D to generate points of a Line2D with bezier curves.Read Mark Hedberg's great explainer here:https://www.hedberggames.com/blog/rendering-curves-in-godot