Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interpolate between two paths #4

Closed
Wikunia opened this issue Jul 21, 2020 · 3 comments
Closed

Interpolate between two paths #4

Wikunia opened this issue Jul 21, 2020 · 3 comments

Comments

@Wikunia
Copy link
Member

Wikunia commented Jul 21, 2020

Would be nice to have a way to convert from a circle to a square like described here:
https://www.youtube.com/watch?v=ABB1qqbesPM
and https://github.com/JuliaGraphics/Luxor.jl/blob/1cdcb74fdfffde264c3f8dfacb84a84e0085f154/docs/src/simplegraphics.md

but for every path to every other path such that
x^2 + y^2 = r^2

can be transformed into a circle somehow 😂
That might look ridiculous but there is only one way to figure it out.

Just some links:
How this can be done in d3.js:
https://github.com/veltman/flubber
https://www.youtube.com/watch?v=PLc1y-gim_0

@Wikunia
Copy link
Member Author

Wikunia commented Jul 21, 2020

This is probably out of scope in the beginning but maybe we can have a simple version which can transform one polygon to another. Thoughts @TheCedarPrince ?

Wikunia added a commit that referenced this issue Aug 13, 2020
TheCedarPrince pushed a commit that referenced this issue Aug 15, 2020
* tutorial #4

* divided into sections

* some review changes

* added authors and tags

* implemented review
@Wikunia
Copy link
Member Author

Wikunia commented Aug 18, 2020

Next up is: #80

@Wikunia
Copy link
Member Author

Wikunia commented Sep 12, 2020

We'll create smaller subissues like #80 from now on

@Wikunia Wikunia closed this as completed Sep 12, 2020
Wikunia pushed a commit that referenced this issue May 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant