Skip to content

Experiment using Delaunay triangulation + radix + web worker to create svg tool

License

Notifications You must be signed in to change notification settings

moritzsalla/polytess

Repository files navigation

Experiment in creating a tool for creating and manipulating Delaunay triangulations.

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Features

  • Interactive Drawing: Click or drag to create points
  • Multiple Visualization Modes:
    • Lines: Classic wireframe view
    • Dots: Minimalist point-based representation
    • Gradient: Beautiful color transitions
  • Real-time Processing: Instant triangulation updates using Web Workers
  • Image Processing: Convert images into triangulated patterns
  • Export: Save your creations as SVG files
  • Theme Support: Light and dark mode

Quick Start

npm install
npm run dev

Dependencies

  • React 18
  • Redux Toolkit
  • TypeScript
  • Web Workers for performance
  • Delaunator adaption for triangulation

License

MIT

About

Experiment using Delaunay triangulation + radix + web worker to create svg tool

Resources

License

Stars

Watchers

Forks