JuliaAnimators / Javis.jl

Julia Animations and Visualizations
https://juliaanimators.github.io/Javis.jl/stable/
MIT License
829 stars 51 forks source link

Vectors #31

Open Wikunia opened 4 years ago

Wikunia commented 4 years ago

We would like to have an easy way to define vectors and draw/animate them.

Animation needs: scaling, moving, rotatating

Definition probably origin and target where the origin is O by default.

I assign you @TheCedarPrince as discussed via Slack

TheCedarPrince commented 4 years ago

Thanks for the assignment! I'll get working on this after I close #2 Just so I don't forget it, here were some snippets from our conversation the other day:

  • This might actually be helpful to work with graphs to draw a directed edge.
  • Much easier to work on.
  • Maybe have a rotating vector around a point which draws a circle and display the current position in cartesian or polar coordinates.
  • This is possible with the current version of Javis but maybe you can make it simpler for the user.

Looking forward to getting this working so we can make graph networks!

muhammadalics commented 3 years ago

Hi!

Is this project still available?

Wikunia commented 3 years ago

It's currently part of a JSoC project. The process of that is still ongoing. Please reach out in our Zulip chat if you have questions regarding proposals if are interested in JSoC

TheCedarPrince commented 3 years ago

Hey @muhammadalics - I have received your email. Let's discuss there. :)

Wikunia commented 3 years ago

We might want to have a JArrow or JVector function for this.

TheCedarPrince commented 3 years ago

Hey @Wikunia , after discussion, this issue I think can be addressed by #412 . Once we get that PR merged, we should be good for tackling this issue. Might want to put these shorthands in something like JavisMath or another package.