kgolid / pixel-sortingLinks
Rearranges pixels in an image. For each pixel P, from top to bottom, left to right, take N random pixels not yet processed, pick the one that is most similar with P’s surroundings and swap the positions of the two.
☆40Updated 5 years ago
Alternatives and similar repositories for pixel-sorting
Users that are interested in pixel-sorting are comparing it to the libraries listed below
Sorting:
- Generate noise field using given image as its gradient map.☆64Updated 4 years ago
- WebGL setup for rendering multi-pass shader networks, optimized for complex texture/image processing☆94Updated 7 years ago
- An implementation of the Marching Squares algorithm.☆69Updated 4 years ago
- A place to upload and show some p5.js projects (old stuff)☆74Updated 5 years ago
- Please visit my repo on SourceHut https://git.sr.ht/~connorbell/ShaderChain☆58Updated 5 years ago
- ☆68Updated 2 years ago
- Workshop materials for the Computational Photography workshop at the Anderson ranch☆24Updated 5 years ago
- basically the entirety of my sketching practice