Skip to content

whyi/p5-delaunay

Repository files navigation

p5-delaunay

Statements Branches Functions Lines
Statements Branches Functions Lines

Introduction

How to

  • Prerequisite: Clone the repository then run npm install.
  • Please refer to the following table to build, test, and run.
Command Description
npm run start Start a local webserver in watch mode.
npm run build Build the project and output to the dist directory.
npm tsc run tsc to compile all typescripts and place .js files to the dist directory.
npm watch run tsc in watch mode, recommend pair it with the command npm run test:watch below.
npm run test Run all tests under the __tests__ directory.
npm run test:watch Run all tests under the __tests__ directory in watch mode.
npm run make-badges Update badges from the jest code coverage report.

Issues

  • Please use the Issues tab to report bugs and suggestions.

Dependencies

  • All build dependencies are up-to-date versions as of Nov 15 2023.
  • Runtime dependency: the latest version of p5.js

About

A Typescript + p5.js port of Incremental Delaunay Triangulation what was built with processing.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages