TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A primer on Bezier curves

161 pointsby petsosover 13 years ago

8 comments

bsenftnerover 13 years ago
Bah! How's about all the spline types, broken down into immediate-to-use code, with easy to understand explainers showing how they are all related?<p><a href="http://www.cubic.org/docs/hermite.htm" rel="nofollow">http://www.cubic.org/docs/hermite.htm</a>
jasondaviesover 13 years ago
Wow, this is amazing! Much more detailed than my own interactive Bézier curves demo:<p><a href="http://www.jasondavies.com/animated-bezier/" rel="nofollow">http://www.jasondavies.com/animated-bezier/</a>
jacobolusover 13 years ago
A lot of material about Bézier curves here: <a href="http://www.tinaja.com/cubic01.asp" rel="nofollow">http://www.tinaja.com/cubic01.asp</a>
zvrbaover 13 years ago
All well and nice, but it doesn't explain how to actually DRAW something! I used to write a lot of text in Latex, and used metapost/tikz/pgf to draw box and arrows diagrams. Drawing straight lines was OK, but trying to make nice curved arrows going around nodes was a PITA and based mostly on experimenting. I knew where to find the math behind Bezier curves, but it was (and still is!) mostly useless from the perspective of a "end-user" not using a GUI.
therobot24over 13 years ago
wow, more than i was expecting.<p>Some of the figures take longer to load than desired, but the presentation is really nice.
Jachover 13 years ago
I'm currently in a curves &#38; splines course, this will make excellent review material right before the final in a couple weeks. Thanks! (As well as to all the other commenters here sharing other resources.)
Natsuover 13 years ago
And here I thought the site was only about the Japanese language. That's a nice tutorial.<p>The main site has a lot of information on studying Japanese for those who are into that sort of thing, BTW.
aeriqueover 13 years ago
I use bezier curves to animate these tentacles: <a href="http://www.youtube.com/watch?v=RMwJXP8EOU4" rel="nofollow">http://www.youtube.com/watch?v=RMwJXP8EOU4</a>