Remix.run Logo
nartho 3 days ago

So this is a long shot but, as a software engineer lacking in the math department who has slowly been trying to improve calculus and geometry, what are some good resources/requirements to get to a point where I can implement something like that ?

ajs1998 3 days ago | parent | next [-]

Maybe not exactly what you're looking for, but this video is excellent. And her other video on Splines is also great.

https://www.youtube.com/watch?v=aVwxzDHniEw

junon 3 days ago | parent [-]

+1, Freya's courses are always awesome.

llimllib 2 days ago | parent | prev [-]

Pomax's primer on bézier curves is the reference they used: https://pomax.github.io/bezierinfo/

They do a pretty good job introducing the mathematics gently I think. But maybe work backwards from whatever you don't understand?