Pomax

Results 420 issues of Pomax

Using a new LaTeX conversion approach, Chinese in LaTeX is now possible, leading to things like this: ![screenshot 177](https://cloud.githubusercontent.com/assets/177243/23350394/0be370ec-fc6f-11e6-85b8-3d326cda8daf.png) @thrillerist does this look like a thing that would be worth...

localization

I tried to read the primer on an Asus Zenpad, which is a 10" diagonal tablet, and a Nexus 6P, a 6" diagonal phone, and the experience is not pleasant...

enhancement
help wanted

ex: - arc approx: try three points, keep spacing them out until your error is too big. Repeat. - offset: try a segment. If errors are too big, subdivide and...

Right now there is no mention of what a degenerate curve is, and why you'd want to make sure to check to see if a curve is proper or degenerate.

no point in having social decorators in a print out.

enhancement

from https://news.ycombinator.com/item?id=11403009, it should be worth giving Hobby splines a read-up, to see if it makes sense to add them to the primer.

Right now the primer explains sampling the curve and then lerping, but http://stackoverflow.com/questions/35275073/uniform-discretization-of-bezier-curve suggests that cubic interpolation has a much lower error across the curve's interval.

They're currently quadratics, which is kind of silly.

![image](https://user-images.githubusercontent.com/177243/147903189-627d9b82-cbdf-4003-9808-d6b12d232a9d.png)

enhancement

People see this: ``` new Bezier(150,40 , 80,30 , 105,150); var draw = function() { this.drawSkeleton(curve); this.drawCurve(curve); } ``` and think that somehow those draw functions come with bezier.js That...

enhancement