Skip to content

Canvas 2D generator for various polygons based on circle calculations.

License

Notifications You must be signed in to change notification settings

ChristianOellers/Polygon-Generator

Repository files navigation

Polygon Generator

Polygon Generator – Canvas


About

Generates random polygons from a circular base shape. Variants show a rather spiky vs. flat design.

Intended to be used with game engines to create random landscapes or elements. Alternative use cases imaginable: Graphic design, convert to vector export file.

Todo

  • Add UI to configure generator parameters
  • Allow SVG export of shapes (challenge: coordinate systems)