0.0.15 • Published 3 years ago

p5ts v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

p5ts_demo

p5ts is a Node Package Execution that generates a Typescript implementation of the popular visual graphics library p5js which is usually written in Javascript. This allows you to use that lovely ES6 syntax with the amazing p5js library

Create a template

$ npx p5ts <your-app-name>

Run sketch

$ cd <your-app-name>
$ npm start

you can find the sketch in src/sketch.ts

0.0.15

3 years ago

0.0.14

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago