Live data from Hacker News

A Primer on Bézier Curves – So What Makes a Bézier Curve?

pomax.github.io

1–10 of 23 posts

Re: A Primer on Bézier Curves – So What Makes a Bézier Curve?

#3
"This site (obviously) works best with JS enabled But it's not required.

If you're reading this text block, then you have scripts disabled: thankfully, that's perfectly fine, and this site is not going to punish you for making smart choices around privacy and security in your browser. All the content will show just fine, you can still read the text, navigate to sections, and see the graphics that are used to illustrate the concepts that individual sections talk about."

That is how I'd like to the rest of the internet to work as well.

Re: A Primer on Bézier Curves – So What Makes a Bézier Curve?

#5
I'm under the impression, maybe wrongly so, that every other week we saw a primer on some basic CG stuff: Bézier curves, Fourier transforms, Dithering, Tonemapping, ..etc, of themes being fetched from a pool of maybe 10 items that cycle every once in a while but get upvoted because CG stuffs are inherently cool (and they're often well written like this one).

I think I'm gonna make `primersprimer.graphics` to list them or something.

Re: A Primer on Bézier Curves – So What Makes a Bézier Curve?

#6
I haven't thought about Bézier Curves since my undergrad a long time ago. I distinctly remember wondering at the time why so many lecturers added extra hurdles (i.e. the need to understand the intricacies of Bézier Curves) in their assignments rather than letting students focus on the computer science/programming concepts they were meant to be learning.

Re: A Primer on Bézier Curves – So What Makes a Bézier Curve?

#8
post #5

I'm under the impression, maybe wrongly so, that every other week we saw a primer on some basic CG stuff: Bézier curves, Fourier transforms, Dithering, Tonemapping, ..etc, of themes being fetched from a pool of maybe 10 items that cycle every once in a while but get upvoted because CG stuffs are inherently cool (and they're often well written like this one). I think I'm gonna make `primersprimer.graphics` to list the…

I think it's just that the internet is particularly well suited for explanations on the intersection between mathematics and graphics

Re: A Primer on Bézier Curves – So What Makes a Bézier Curve?

#9
post #6

I haven't thought about Bézier Curves since my undergrad a long time ago. I distinctly remember wondering at the time why so many lecturers added extra hurdles (i.e. the need to understand the intricacies of Bézier Curves) in their assignments rather than letting students focus on the computer science/programming concepts they were meant to be learning.

Same here. Bézout also was another mysterious killer.

Concepts coming from french mathematicians were made more obscure just to raise the bar. The irony is, in french Universities.

I recall a student who had enough failing the computer based assessments. He kindly asked the lead lecturer to show us all that he, at least, could land a perfect score. He made the mistake to try, got 8 points out of 20.

He admitted it wasn't easy when not prepared, and moved on with the next mined field.

Re: A Primer on Bézier Curves – So What Makes a Bézier Curve?

#10
post #6

I haven't thought about Bézier Curves since my undergrad a long time ago. I distinctly remember wondering at the time why so many lecturers added extra hurdles (i.e. the need to understand the intricacies of Bézier Curves) in their assignments rather than letting students focus on the computer science/programming concepts they were meant to be learning.

Because if you have the time and opportunity to study something in depth, then it should be taken imo.

If I just want to get a working product I only need the basic algorithm, but understanding "all" of it is never wrong

Post reply on HN