PyPoly2d standalone tool. Python 3.6, PyQt 5.6

This is my new Poly Maker 2D tool that actually does nothing important and unfortunately doesn’t change people’s life. But! It was fun to write it and play with results. Inspired by “Poly Maker” tool written by Paul Lewis. I believe the original tool was written with JavaScripts and WebGL. As there were no sources, I decided to write my own real time version with Python and PyQt.

What you will find here:

  • Some 2d math
  • Bezier Curve
  • Bezier Curve perpendicular dots
  • Jitter effect
  • Delauney Triangulation
  • Shadow Effect
  • Image manipulations