https://github.com/kdby-io/p5.js-playground
https://github.com/kdby-io/p5.js-playground
p5 processing
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kdby-io/p5.js-playground
- Owner: kdby-io
- Created: 2019-02-05T16:36:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T04:56:27.000Z (over 2 years ago)
- Last Synced: 2025-01-11T14:46:18.830Z (6 months ago)
- Topics: p5, processing
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# p5.js Playground
Personal playground with p5.js
## Development
### Prerequisites
For perfect workflow with live reloading, runtime debugging, and intellisense.
- [Node.js](https://nodejs.org/en/download/)
- [yarn](https://yarnpkg.com/en/docs/install)
- [VSCode](https://code.visualstudio.com/)
- [Live Preview](https://marketplace.visualstudio.com/items?itemName=ms-vscode.live-server)### Installing
```
git clone https://github.com/pueue/p5.js-playground.git && cd p5.js-playground
yarn
```## Running & Debugging
- [Live Preview](https://marketplace.visualstudio.com/items?itemName=ms-vscode.live-server)
## Create new project
```
yarn new my_project
```