Pomax / BezierInfo-2

The development repo for the Primer on Bézier curves, https://pomax.github.io/bezierinfo
https://pomax.github.io/bezierinfo
Other
2.34k stars 289 forks source link

Remove React #257

Open Pomax opened 4 years ago

Pomax commented 4 years ago

React is nice, Webpack is convenient, but there's just very little need to serve the Primer as "a React app". Simply convert the various parts to HTML directly, and then assemble it as "a page" that just works, rather than as "an application" that won't even show content without JS enabled.

Live version

standard gh-pages deploy: http://pomax.github.io/BezierInfo-2/

Tasks completed during content rewrites

Open tasks

Donation tasks

"Maybe" tasks

Section conversion status:

Should catmull rom and bsplines be set together, under an implicit "other splines" theme?

Add code comments to all sketches

Proofread each chapter

Pomax commented 4 years ago

image

Pomax commented 4 years ago

text areas need additional work in order to look decent at smaller screen sizes

Pomax commented 4 years ago

component functions section looks weird with the two graphics without text between them