JLannoo / p5.ts

Boilerplate / Scaffold for p5.js projects in Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

p5.ts

About

A template / boilerplate / scaffold for using p5.js with TypeScript.

Uses Vite for bundling and ESLint for linting.

Usage

  1. Clone this repository.
  2. Run npm install.
  3. Run npm run dev.
  4. The development server should be running at localhost:3000 and should automatically open in your browser.

License

This project is licensed under the MIT License. See LICENSE for more information.

About

Boilerplate / Scaffold for p5.js projects in Typescript

License:MIT License


Languages

Language:JavaScript 50.9%Language:HTML 22.9%Language:TypeScript 18.5%Language:CSS 7.6%