Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```