Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnvr/gen24
p5.js sketches made for Genuary 2024
https://github.com/mnvr/gen24
generative-art genuary genuary2024 p5-sketches p5js
Last synced: about 1 month ago
JSON representation
p5.js sketches made for Genuary 2024
- Host: GitHub
- URL: https://github.com/mnvr/gen24
- Owner: mnvr
- License: mit
- Created: 2024-09-01T13:25:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-01T14:31:04.000Z (5 months ago)
- Last Synced: 2024-12-09T16:57:00.387Z (about 1 month ago)
- Topics: generative-art, genuary, genuary2024, p5-sketches, p5js
- Language: TypeScript
- Homepage: https://mnvr.github.io/gen24/
- Size: 796 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## P5.js sketches made for Genuary 2024
Genuary is a month long online art fair for Generative art that happens every
January. These are some sketches in P5.js that I made during its 2024 iteration.![Preview image](public/preview.png)
This code was within my website's repository initially, but I later moved it
here into a separate repository.### Running locally
Install node and run `npm install` once. Then,
```sh
npm run dev
```