Commit Graph

179 Commits

Author SHA1 Message Date
Ryan Timpe b905bdba6d Prep for new 3D modeling branch. 2019-09-24 14:27:37 -04:00
ryantimpe 772547b1d2 Small bug fixes and doc updates 2019-08-29 09:42:16 -04:00
ryantimpe a12b6e127d Embossed 3D text was a fail 2019-08-27 14:35:06 -04:00
ryantimpe b8b1c3b6df Improved rendering of 3D bricks and the shadows 2019-08-27 13:34:44 -04:00
ryantimpe ec5a81abc9 brickr.org css and small edits 2019-08-26 16:43:22 -04:00
ryantimpe cfe4b9d375 Merge branch 'master' of https://github.com/ryantimpe/brickr 2019-08-25 20:18:07 -04:00
ryantimpe 858039450e CNAME for brickr.org 2019-08-25 20:17:48 -04:00
Ryan Timpe 2592440679 Create CNAME 2019-08-25 20:10:03 -04:00
Ryan Timpe 92d477de59 Delete CNAME 2019-08-25 20:09:58 -04:00
Ryan Timpe c52b7cb01e Create CNAME 2019-08-25 19:58:05 -04:00
ryantimpe efc9f5abf6 Temporarily turned off cmd check warnings as errors. 2019-08-22 14:58:24 -04:00
ryantimpe 8bcfd081c0 If() issues with logical 2019-08-22 14:15:06 -04:00
ryantimpe 64b426f48e More cmd check updates 2019-08-22 13:17:08 -04:00
ryantimpe 1fe43718fd Fixed vignette titles 2019-08-22 12:54:36 -04:00
ryantimpe 1528928164 Updated vignettes 2019-08-22 12:18:42 -04:00
Ryan Timpe 97783d1ced More travis fixes 2019-08-22 10:42:12 -04:00
Ryan Timpe 4587490b0e Copied .travis.yml from rayshader in hopes it runs. 2019-08-22 10:31:13 -04:00
Ryan Timpe 38a4080289 Merge branch 'master' of https://github.com/ryantimpe/brickr 2019-08-22 09:33:25 -04:00
Ryan Timpe c88414fca6 Trying to fix the url issue. 2019-08-22 09:32:54 -04:00
Ryan Timpe 10a43133db Big devtools::check() updates, but still have some work. 2019-08-21 15:40:19 -04:00
Ryan Timpe 0bcfc41fde Delete CNAME 2019-08-21 09:51:17 -04:00
Ryan Timpe 122a493881 Create CNAME 2019-08-21 09:48:56 -04:00
Ryan Timpe fc018f76d7 Delete CNAME 2019-08-21 09:47:10 -04:00
Ryan Timpe 4e15bace23 first pkgdown site 2019-08-21 09:34:47 -04:00
Ryan Timpe 727cc0c63e Delete CNAME 2019-08-20 14:45:40 -04:00
Ryan Timpe dffb73b336 Merge pull request #12 from ryantimpe/geom_brick
Major updates to brickr. Not yet release-ready, but almost there!
2019-08-20 14:32:50 -04:00
Ryan Timpe 515b707cd5 More vignettes and cleanup 2019-08-18 13:17:10 -04:00
Ryan Timpe 0806223993 Bricks from table vignette and other updates 2019-08-11 12:03:41 -04:00
Ryan Timpe 81bb136b76 More cleanup 2019-08-10 14:12:13 -04:00
Ryan Timpe b1d423b317 graphs vignette & other edits 2019-08-10 14:10:13 -04:00
Ryan Timpe 875a3ddf4b Major documentation and function name updates. Still more work to do. 2019-08-08 16:06:02 -04:00
Ryan Timpe fd50daeb50 Mosaics vignette!
Start of pkgdown site.
2019-08-04 19:51:41 -04:00
Ryan Timpe b0d97108ce bricks_from_rayshader() and various admin fixes 2019-08-04 10:05:16 -04:00
Ryan Timpe 119bef0f36 Bug fix where NAs were coming up in 3D piece count... let's hope it wasn't serious. 2019-08-02 17:27:15 -04:00
Ryan Timpe 9970070a18 Bug in dithering on linux systems 2019-08-02 14:00:29 -04:00
Ryan Timpe 79c3eb95d0 Initial work on vignettes and bricks_from_rayshader() 2019-08-02 13:25:42 -04:00
Ryan Timpe 60d81fa4b9 Dithering!
Calculation be a little off... looks funky for cartoon-y images. Probably should use somethign other than independent RGB deltas.
2019-07-31 18:54:12 -04:00
Ryan Timpe da2e5365ab Dithering, but only looks good for big, photo-realistic mosaics 2019-07-30 14:46:06 -04:00
Ryan Timpe accdcc7abf More README and function name updates! 2019-07-26 19:32:49 -04:00
Ryan Timpe f3b22a3e13 Initial work on new README.
Improved a few more function names.
2019-07-26 15:00:23 -04:00
Ryan Timpe 1ee8f56629 3D Mosaics are now buildable sets with plates. 2019-07-26 09:20:36 -04:00
Ryan Timpe 710415d559 Add plates to 3D models. Right now, cant automatically be used at the same time as bricks. Need to render 2 different models.
THis is to help simplify the 3D mosaic rendering.
2019-07-25 15:38:01 -04:00
Ryan Timpe 9a13720297 Color_palette options for more realistic mosaics. 2019-07-24 19:58:22 -04:00
Ryan Timpe 0e4d49f718 New color matching! 2019-07-24 14:53:15 -04:00
Ryan Timpe 906c0faf46 Major steps cleaning up function names and re-examining the order of functions and events. STILL MORE WORK TO DO.
Especially with double collect_brick() calls.
2019-07-23 22:23:16 -04:00
Ryan Timpe a5a3191e1b Solved that annoying pipe warning issue.
https://github.com/r-lib/usethis/issues/478
2019-07-22 13:49:53 -04:00
Ryan Timpe bdeeede068 OKay this probably fixes the build issue. 2019-07-22 13:40:49 -04:00
Ryan Timpe 46aa75358f Better docs for the collate issue. 2019-07-22 13:36:08 -04:00
Ryan Timpe 6e4d7fc620 Additional fixes but not sure why collate issues on build. 2019-07-22 13:29:30 -04:00
Ryan Timpe 8e3cdbb5ca Add collect_brick's use_bricks input to geom_brick_rect 2019-07-21 13:18:03 -04:00