Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

EZ Curved Lines 2D

An asset by renevanderark
The page banner background of a mountain and forest
EZ Curved Lines 2D thumbnail image
EZ Curved Lines 2D thumbnail image
EZ Curved Lines 2D thumbnail image
EZ Curved Lines 2D image holder but it is empty

Quick Information

0 ratings
EZ Curved Lines 2D icon image
renevanderark
EZ Curved Lines 2D

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

Supported Engine Version
4.4
Version String
1.1.0
License Version
MIT
Support Level
community
Modified Date
15 days ago
Git URL
Issue URL

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

README Create a new scene

2. Add a DrawablePath2D node to you scene tree (Ctrl + A)

README Add a DrawablePath2D

3. In the Inspector tab click the Generate New Line2D button

README Generate a new Line2D

4. Start drawing your DrawablePath2D like a normal Path2D

Adding and manipulating points the normal way you would for a Path2D.

README Path2D tool buttons

Creating curves using the Select Control Points mode:

README Select Control Points button .

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

README Editing the DrawablePath2D

Explainer on Youtube

README Explainer on yourtube

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

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
EZ Curved Lines 2D icon image
renevanderark
EZ Curved Lines 2D

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

Supported Engine Version
4.4
Version String
1.1.0
License Version
MIT
Support Level
community
Modified Date
15 days 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