pxtobrx
pxtobrx copied to clipboard
Create Lego mosaics out of video game sprites
if nothing else, helps give confirmation that the total price displayed is correct.
bricks like the 1x2x3 should be supported. - change Piece.js to support rendering tall bricks - add tall bricks to availablePieces for all colors
on mobile safari, the max width/height of a canvas is 4,096. For large mosaics, they don't render. The real solution is to stop using canvas for the piece map, something...
for large mosaics, set them to fit to window as default.
BrickLink allows importing wanted lists via XML. Export a mosaic piece list as that XML. http://www.bricklink.com/help.asp?helpID=207
the algorithm was built in an exploratory way, so the end result is less than ideal. - all colors should be in hex, as that is what color-difference operates on....
Bring permalinks and sharing back. Can probably do them with imgur, which would rock.
Add arrows that allow user to "walk" through the piece map, and have it gradually add more pieces. It will help when actually building mosaics, basically a simple instruction set.
Stick a checkbox somewhere that when checked, causes the algorithm to ignore whatever color is at (0,0).