Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bastipnt/rndm-img
Random unique image generator
https://github.com/bastipnt/rndm-img
gatsby p5 p5js processing
Last synced: about 1 month ago
JSON representation
Random unique image generator
- Host: GitHub
- URL: https://github.com/bastipnt/rndm-img
- Owner: bastipnt
- Created: 2022-01-21T14:05:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T09:37:59.000Z (almost 3 years ago)
- Last Synced: 2024-10-18T05:16:53.103Z (3 months ago)
- Topics: gatsby, p5, p5js, processing
- Language: JavaScript
- Homepage: https://litc0de.github.io/rndm-img/
- Size: 1.69 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Random picture generator## π Quick start
1. **Clone the repo.**
```shell
git clone [email protected]:lItc0de/rndm-img.git
```2. **Start the server.**
Navigate into your new siteβs directory and start it up.
```shell
cd rndm-img/
npm run develop
```3. **Open the code and start customizing!**
Your site is now running at http://localhost:8000!
Edit `src/sketches/sketch.js` to create awesome images.
4. **Learn more**
This generator uses **p5.js**. Here is the [documentation](https://p5js.org/).