brickr
brickr copied to clipboard
3D LEGO models and mosaics from images using R and #tidyverse
There is an XML import option on [bricks-to-go](https://bricks-to-go.com/how-to-buy-lego-using-xml-parts-lists-step-by-step-guide).com to submit an XML file to order the desired parts for the set. After you get the build_pieces df, is there any...
R return error when dithering is TRUE, maybe is R version issue? ``` demo_img = file.path(getwd(),'test.png') mosaic1 % image_to_mosaic(img_size = 48, dithering = TRUE) ``` ``` Error: Assigned data `as.character(...)`...
Hi @ryantimpe, Just following up on the Twitter conversation we had previously: #brickr is amazing, but I did run into a major issue with floating bricks - those that are...
> #Customize it! > awesome_selfie %>% + image_to_mosaic( + 60, #Make it bigger! (Default is 48x48 bricks) + brightness = 0.9#, #Make it brighter! + #color_palette = c("universal", "generic") +...
Hey, This is the coolest package in the world. Could we have `build_instructions()` work with a `ggplot` object? (And maybe other useful functions only working with `brickr_obj`) Currently it crushes...
Identify background color in image and remove the color. Allow to replace with a solid other color. Same as the LEGO Mosaic Maker.
I realize this may be out of your original scope, but I think it would be convenient to have a (wrapper) function to import an image from file. For the...
One of my bigger future ideas for [shinyLEGO](https://github.com/rpodcast/shinylego/tree/master/R) is to let the user download a set of instructions they can use to build the mosaic after they select their desired...