-
-
Hi,
I've added bezier support in my fork (https://github.com/nelsonsilva/webgl-2d).
I haven't submitted a pull request since I want to fix the filling of non convex polygons.
If I add each bezier as…
-
In `Sketch.bezier`, the previous `_endPoint` has to exist before a bezier can be generated:
```python
def bezier(
self: T,
pts: Iterable[Point],
tag: Optional[str] = N…
-
How to set the bezier position to center ? As you can see in picture it's appearing at the bottom instead of center :
![img_0059](https://cloud.githubusercontent.com/assets/1204608/11535974/960972b6-…
-
Need a control to support bezier curve editing
-
I can't provide a video because obs is currently broken.
Basically, as soon as I enable this plugin, certain animations break.
Easiest one to spot would be a window moving away when opening a new wi…
-
Hey team
We've encountered an issue with the dotLottie players where a specific animation is not rendering. The main issue is documented here: https://github.com/LottieFiles/dotlottie-web/issues/16…
-
```
I would like to request a convenience function that draws a Bézier curve.
I think that for fast game prototyping Angel lacks some drawing functions. I
only found the World::DrawDebugLine(), and …
-
-
Possibility to edit curve threw bezier points. More flexible and precise than tween option.