ripta / p5js-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to the p5.js in Typescript Workshop

I used the code scaffold outlined by p5ts, "a Node Package Execution that generates a Typescript implementation of the popular visual graphics library p5.js which is usually written in Javascript."

In this workshop, you'll be learning how to use p5.js to create interactive art, games, or just some pretty shapes on the screen.

Getting Started

Install dependencies and run sketch!

 $ npm i 
 $ npm start

Helpful Links

  1. p5.js Documentation
  2. Some great sketches for inspiration

About


Languages

Language:TypeScript 60.4%Language:HTML 28.9%Language:JavaScript 10.7%