Pomax

Results 420 issues of Pomax

"Wide graphics on mobile is lol" so it might be worth figuring out how to make the canvas aware of the fact that the screen is tiny and the canvas...

make code blocks better by using dual for content and linenumbering (preprocess triple backtick blocks, like latex etc) ```html :root { --line-numbers: 2.2em; --side-padding: 2em; } div.code-example { display: flex;...

Of a modern form that is close enough to python, js, php, dart, etc. that it can be relatively easily adapted, _cannot_ be blindly copy pasted. (The primer is not...

Doesn't need to be big, but without it, a section on boolean shape operations just doesn't make sense at all.

If a section on rasterization becomes a thing, it should definitely link out to https://zingl.github.io/bresenham.html

"how to localize" information can be found over on https://github.com/Pomax/BezierInfo-2/wiki/localize - [x] [en-GB](http://pomax.github.io/BezierInfo-2): all sections converted to localizable .md format - [ ] [zh-CN](http://pomax.github.io/BezierInfo-2/zh-CN/): sections 0-9 localized - [ ]...

localization

Not directly based on the "abc ratio", but on calculus (https://stackoverflow.com/questions/2316865/drag-a-bezier-curve-to-edit-it/2329537#2329537): ```java Bezier b; void setup() { size(400, 400); b = new Bezier( random(width), random(height), random(width), random(height), random(width), random(height), random(width),...

we can drag control points around and preserve C2, but if we move the on-curve points, the control points remain where they are, breaking C2.

bug

loss of precision, but excellent for the discrete domain

Basically a section on blind predictive path planning as well as informed path planning.