Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/royfrancis/pixture

HTML Image Gallery in R with responsive layouts and lightbox
https://github.com/royfrancis/pixture

image-gallery r r-markdown r-package r-shiny

Last synced: 17 days ago
JSON representation

HTML Image Gallery in R with responsive layouts and lightbox

Awesome Lists containing this project

README

        


Pixture Logo

# pixture

[![ci_badge](https://github.com/royfrancis/pixture/workflows/r-cmd-check/badge.svg)](https://github.com/royfrancis/pixture/actions?workflow=r-cmd-check) [![codecov](https://codecov.io/gh/royfrancis/pixture/branch/main/graph/badge.svg?token=4DOQ8HNQFK)](https://app.codecov.io/gh/royfrancis/pixture/) [![lifecycle_badge](https://lifecycle.r-lib.org/articles/figures/lifecycle-experimental.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)

`pixture` is an R package designed to create HTML image galleries. The galleries can be standalone, included in an Rmarkdown/Quarto document or incorporated into a Shiny app. See the [project website](http://royfrancis.github.io/pixture) for more details.

```r
install.packages(c("htmlwidgets","shiny","remotes"))
remotes::install_github('royfrancis/pixture')
```

## Disclaimer

This R package is offered free and without warranty of any kind, either expressed or implied. I will not be held liable to you for any damage arising out of the use, modification or inability to use this program. This R package can be used, redistributed and/or modified freely for non-commercial purposes subject to the original source being properly cited. Licensed under GPL-3.

## Acknowledgements

- [simplelightbox](https://github.com/dbrekalo/simpleLightbox) created by [Damir Brekalo](https://dbrekalo.github.io/simpleLightbox/).
- [Diamond gallery layout ](https://dev.to/alvaromontoro/creating-an-interactive-image-gallery-with-html-and-css-35pi) by Alvaro Montoro.
- Images from [Pexels](https://www.pexels.com/).

## Contact

If you have an comments, suggestions, corrections or enchancements, kindly submit an issue on the [Github issues page](https://github.com/royfrancis/pixture/issues).

---

2024 • Roy M Francis