An open API service indexing awesome lists of open source software.

https://github.com/jdan/tileswap

Processing code to rearrange images to draw other images
https://github.com/jdan/tileswap

Last synced: 9 months ago
JSON representation

Processing code to rearrange images to draw other images

Awesome Lists containing this project

README

          

## tileswap

This is a program which takes an input image, slices it up, and tries to map it to a destination image. It produces images like these:

![image](https://user-images.githubusercontent.com/287268/71326864-959a4600-24ce-11ea-8672-75b83bf100ac.png)

This is very scrappy [Processing.js](http://processingjs.org/) code and runs slowly in your browser.