Experience-Monks/math-as-code

Calculating Gravity in JS Animation

Opened this issue · 1 comments

May I make a section showing how to calculate gravity in JS through canvas animation?

This would be cool, but it is very application specific. The main goal of this repo is to show mathematical notation as code, so that the reader will have the skills to implement something like this on their own.

For now, I would like to keep the scope small and focused. Eventually I might be open to having more application-specific examples in a separate folder within this repo. However, it would still be focusing on translating literature and notation into code. Whereas there are a lot of tutorials on the web for animating things with gravity/physics in code.

😄