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.
☆42Jun 18, 2020Updated 6 years ago
Alternatives and similar repositories for pixel-sorting
Users that are interested in pixel-sorting are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Generate noise field using given image as its gradient map.☆65Aug 10, 2021Updated 5 years ago
- get color from spherical harmonic coefficients and normals☆12Oct 24, 2016Updated 9 years ago
- OpenGL metaball rendering.☆16Jun 8, 2017Updated 9 years ago
- Notes from presentations I've given.☆15May 20, 2018Updated 8 years ago
- An experiment in hot reloading 3d models from Blender into a WebGL scene☆25Sep 5, 2017Updated 8 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- A simple and configurable plotting library for openFrameworks☆26Oct 3, 2019Updated 6 years ago
- Particles reacting to a noise field, generating a watercolor-esque pattern.☆43Jan 13, 2022Updated 4 years ago
- Bloom effect in Spark AR☆16Nov 2, 2019Updated 6 years ago
- A simple editor for p5.js code that runs inside the PDE☆38Feb 10, 2023Updated 3 years ago
- An interactive installation that guides your hand to draw a self portrait.☆38May 24, 2026Updated 3 months ago
- Ordered Dithering on the GLSL fragment Shader with colors☆12Oct 29, 2019Updated 6 years ago
- ☆18Apr 21, 2026Updated 4 months ago
- GLSL Compute shader implementation of 2D+3D Perlin noise & Voronoi diagrams using thread cooperation☆12May 25, 2019Updated 7 years ago
- CLI tool for packing multiple files into a single binary, as an alternative to spritesheets, in order to save network requests in the bro…☆25Aug 10, 2021Updated 5 years ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- Processing 3.0 sketches that make use of the Kinect sensor☆11Dec 20, 2016Updated 9 years ago
- Draw text formatted with HTML to a canvas element, leveraging the browser's layout engine. Useful for generating text for WebGL☆18May 31, 2021Updated 5 years ago
- A vertical drawing robot running on a Raspberry Pi.☆14Aug 2, 2016Updated 10 years ago
- Clickable, multicsale truchet tiling generator in javascript☆15Apr 1, 2019Updated 7 years ago
- Glsl implementation of the PCG algorithm for the generation of random numbers.