Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kink3d/kSplines
A bezier Spline system for Unity.
https://github.com/Kink3d/kSplines
Last synced: 1 day ago
JSON representation
A bezier Spline system for Unity.
- Host: GitHub
- URL: https://github.com/Kink3d/kSplines
- Owner: Kink3d
- License: mit
- Created: 2019-04-24T01:39:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T19:07:06.000Z (over 5 years ago)
- Last Synced: 2024-08-02T05:13:30.785Z (3 months ago)
- Language: C#
- Homepage:
- Size: 1.22 MB
- Stars: 107
- Watchers: 4
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# kSplines
### A bezier Spline system for Unity.![alt text](https://github.com/Kink3d/kSplines/blob/master/Source/Images/Home00.png?raw=true)
*Editor visualizations for Splines.*kSplines is a Spline system for unity using multiple segments comprised of bezier curves. It features a public API for creating and evaluating Splines and a suite of editor tooling for manipulating them via the Scene view.
Refer to the [Wiki](https://github.com/Kink3d/kSplines/wiki/Home) for more information.
## Requirements
- Unity 2019.1.0f1 or higher