rpodcast / shinylego

Shiny application to create LEGO mosaics directly from R
https://rpodcast.shinyapps.io/shinylego
Other
24 stars 14 forks source link

Figure out how to get 3-D mosaics in app #2

Open rpodcast opened 5 years ago

ryantimpe commented 5 years ago

I'm very interested to see if you can get this to work.

rpodcast commented 5 years ago

I got a very inefficient POC app working with rayshader and some functions from the rgl package. See this gist. I took one of the examples in rayshader but I hope I can generalize it to the 3-D brick mosaics.

shiny::runGist('1a7552d5c6269d2fe488ef072ce64cfb')