Andrew Hunter
Andrew Hunter
The algorithm can detect corners, so it's not unexpected that sometimes it will produce two curves where the tangent at the end of one does not match the following curve....
What are the errors you are getting? When updating operating systems, it's pretty common for the build to be configured for an API that Apple doesn't support any more. XCode...
Ah, yeah, the idea is definitely to get rid of the other backends. I haven't quite got around to doing that yet. Partly, it's because the OpenGL backend is a...
Do you want a way to specify a length and determine a section of the curve that is that long, or a way to measure the length of a curve?...
Hi, it's been a while but I've finally found some time to implement this. The latest revision on the 0.7.0 branch splits `future` into `future_sync` and `future_desync`. `future_sync()` has the...
This isn't possible with the current design: I think it would require two different types to implement this. It's quite in line with what desync sets out to achieve, though,...
Are you using v0.6 (the latest version available on crates.io) or v0.7 (the latest version in this repository) when you see this bug? I rewrote the way streams get scheduled...
Hm, I'm able to reproduce this: odd that this has only decided to break now after so long. Unfortunately it seems that there's some other incompatibility in the code base...
There's quite a lot of subtle variability between browsers regarding pointer events - which I'm hoping will work themselves out over time. Firefox (and Safari) reports the mouse as having...
No processing is done on the pressure information, so thin lines do indicate that it's either 0 or very low. FlowBetween doesn't just support pointer events, though they are the...