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
- Host: GitHub
- URL: https://github.com/gilzoide/godot-cubic-bezier-controls
- Owner: gilzoide
- License: cc0-1.0
- Created: 2021-03-29T23:35:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-10T14:58:07.000Z (about 4 years ago)
- Last Synced: 2025-03-17T05:11:30.302Z (2 months ago)
- Topics: bezier, bezier-curve, cubic-bezier, godot, godot-addon, godot-engine
- Language: GDScript
- Homepage: https://godotengine.org/asset-library/asset/909
- Size: 4.56 MB
- Stars: 19
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).
