-
### Describe the project you are working on
Relatively simple 2D game
### Describe the problem or limitation you are having in your project
AnimationPlayer easing and bezier curves are currently ve…
-
Can anybody help me understand how to use the values returned from [`Snap.path.intersection`](http://snapsvg.io/docs/#Snap.path.intersection)? Specifically, what do `t1`, `t2`, `bez1`, and `bez2` repr…
-
I have c++ such as:
```c++
template class Bezier {
public:
/**
* @brief Unweighted cubic bezier configuration for 4 control points.
*/
struct Config {
std::array control_point…
-
**Please submit only one feature request in one issue!**
If it is UI/UX related, don't post how a single aspect of the UI should be changed, rather in which use-case you felt
the UI is lacking or …
-
I have a class of the form:
```c++
template class Bezier {
public:
/**
* @brief Unweighted cubic bezier configuration for 4 control points.
*/
struct Config {
std::array contr…
-
```
It would be nice to be able to define custom cubic bezier curves as easing
curves. Creating them from Unity's AniationCurve is not quite easy. I would
like to be able to specify the curve with o…
-
Hi !
I'm french and be friendly with my langage...
With 3.2.3, I had
![3 2 3 example of bezier curves](https://cloud.githubusercontent.com/assets/25547803/22618141/8fac4986-ead5-11e6-8a7e-bf23d73…
DDEFF updated
3 years ago
-
**Commit Hash**
**Platform**
Linux | Arch, Using Official Olive from the official sources, 0.2 appimage and 0.1 from flathub.
**Summary**
Feedback and issue of Bezier, graph
**Addit…
-
Here is the stack trace. I used the Bezier curves in a graph too large maybe? (after bundling)
If you need the original file, please ask me off line.
The graph is rather large (~30k nodes / ~160k ed…
-
Currently `smooth` calculates a catmull curve for the data and samples that to draw it using straight lines. Instead, smooth data should be drawn using bezier curves. This requires bezier curve clippi…