/p5ts-vizualizer

Visualize something with p5 and ts

Primary LanguageTypeScript

p5 ts vizualizer

Visualize something just to use p5 with ts.

Get Started

  1. Run git clone https://github.com/Cutaiar/p5ts-vizualizer.git
  2. Run npm install
  3. Run npm build
  4. Run npm start

Developing

There is no hot reloading yet. Just open two terminals -- one for start and one for build.

To add new songs:

Put new tracks in /tracks and change the path in index.ts:1 to reference them.