https://github.com/limzykenneth/p5.libprocessing.js
https://github.com/limzykenneth/p5.libprocessing.js
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/limzykenneth/p5.libprocessing.js
- Owner: limzykenneth
- License: mit
- Created: 2026-05-04T14:34:33.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-05T20:11:39.000Z (2 months ago)
- Last Synced: 2026-05-27T08:35:50.097Z (about 1 month ago)
- Language: TypeScript
- Size: 69.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```