-
Exact Polygonal FilteringUsing Green's Theorem and Clipping for Precise Anti-AliasingEfficient filtering of polygonal shapes with closed-form solutions based on Green's theorem with piecewise-polynomial filters (e.g. box/bilinear/bicubic).
-
How Slitherlink Should be SolvedAn opinionated guide on new techniques and strategies for solving Slitherlink puzzles, with a web app to play with the concepts and a library of patterns.
-
Browser-specific content using Canvas quirksUsing edge cases in Canvas implementations, it is possible to create images that are different on different browsers, without querying the browser. This can be used to create browser-specific content.
-
Canvas Browser-Specific QuirksCurrently, there are a number of HTML5 Canvas edge cases that display differently on different browsers. This is a list of all quirks that I've come across so far in Scenery development.
-
Additive Subset PickingHow can we choose a subset of $\{1,\ldots,n\}$ with as many elements as possible such that the sum of any two elements is distinct?
-
Flattening ConvolutionImagine a magical landscape where everywhere you go, the average elevation within 1km is always the same. Is there any way this landscape can have hills?