cc.BezierJS aims at integrating Bezier.js with Cocos Creator 2.0.x
Two components (BezierDrawAPI and BezierInteractionAPI) have been introduced to handle the rendering and interactivity of the Bezier curves.
Check out the demo!
Most of the demos are interactive, so try and drag around the control points :)
- git clone https://github.com/stefandee/cc-bezier-js.git
- npm install
- npm update
The "Arcs" sample is not rendering properly.
Not all tests have descriptions.
Developed by Stefan Dicu
Uses the scene navigation code from Cocos Creator examples, with a couple of bug fixes.
Uses Blue UI icons from Icons8
This project is released under MIT license.