An open API service indexing awesome lists of open source software.

https://github.com/gilzoide/godot-cubic-bezier-controls

Godot addon defining Cubic Bezier Curve Resource and Controls for visualizing and editing them
https://github.com/gilzoide/godot-cubic-bezier-controls

bezier bezier-curve cubic-bezier godot godot-addon godot-engine

Last synced: 2 months ago
JSON representation

Godot addon defining Cubic Bezier Curve Resource and Controls for visualizing and editing them

Awesome Lists containing this project

README

        

# Cubic Bézier Controls
Godot addon with a Cubic Bézier Curve Resource and Controls for visualizing and
editing them.

Curves start and end points are fixed to (0, 0) and (1, 1), storing only the
two control points. Editor Control have one handle for each control point,
similar to [https://cubic-bezier.com](https://cubic-bezier.com).

Predefined curves for common easing functions are also available, with values
taken from [https://easings.net/](https://easings.net/).

Available at the [Asset Library](https://godotengine.org/asset-library/asset/909).

Live preview a sample scene [in this link](https://gilzoide.github.io/godot-cubic-bezier-controls/).

![Bézier Curve editor sample](screenshots/video1.gif)