Commit Graph

164 Commits

Author SHA1 Message Date
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
Ryan Timpe 70b159de1e Bunch of minor fixes:
* Again, better detection for flipped coords
* Luminance calculation to determine if brick should have white or grey details.
* More documentation
2019-07-20 13:53:57 -04:00
Ryan Timpe f93756f0e2 Big updates to documentation. Longggg way to go. 2019-07-19 11:32:09 -04:00
Ryan Timpe d20c3f8720 Default to no grid lines. Might be too busy. 2019-07-18 11:24:41 -04:00
Ryan Timpe d84889e1d5 Bug fixes with color and the stupid Levels 2019-07-17 18:50:25 -04:00
Ryan Timpe 63c3abd9c8 See last commit. 2019-07-16 15:43:37 -04:00
Ryan Timpe 5c7be4019b ANy bricks with brightness <=300 (dark stone grey) have white stud outlines. Might want to change this so red doesn't have white. 2019-07-16 15:42:37 -04:00
Ryan Timpe 632c68e4b7 Major progress on geom_brick and color updates.
TODO: Update the themes excel file.
2019-07-15 22:09:41 -04:00
Ryan Timpe 9e1e38cc13 Updated color data. Includes two new colors, but also new brickrID numbers. 2019-07-15 22:08:29 -04:00
Ryan Timpe cf2de4973f LEGO color themes with scale_brick and theme_brick.
BUT need to go back and update official colors
2019-07-15 17:57:14 -04:00
Ryan Timpe eada240501 No more coord$is_flipped. Instead, for flipped, is_linear() returns "flipped" instead of T/F. Definitely a hack, but now you can opt not to use coord_brick... not that you should. 2019-07-13 15:29:22 -04:00
Ryan Timpe 595fbb070c Negative bars! 2019-07-12 14:27:21 -04:00
Ryan Timpe f698bbe0b6 ToDo list in NEWS.md
coord_brick_flip()
2019-07-09 15:34:03 -04:00
Ryan Timpe 7dc0360434 Improved knob rendering! No more shaded knobs. 2019-07-09 14:14:10 -04:00
Ryan Timpe ef7e24b2c1 Brick_size changed to brick_res 2019-07-08 15:06:18 -04:00
Ryan Timpe f0213a9102 offset_edge feature for HD bricks. Increases pixels between bricks, but still only 1 dark pixel, so bricks are brighter. 2019-07-07 13:21:10 -04:00