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

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

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