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

https://github.com/limzykenneth/p5.libprocessing.js


https://github.com/limzykenneth/p5.libprocessing.js

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

          

# p5.libprocessing.js

WIP

## Setup

1. Install [Vite+](https://viteplus.dev/guide/#install-vp)
2. Install dependencies

```sh
vp i
```

3. Run build

```sh
vpr build
```

4. Run example

```sh
node examples/server/sketch.js
```