volodinroman / poly-maker-2d

Standalone Python/PyQt low-poly 2d object generator. Builds a triangulated and textured 2d mesh along a Bezier curve

Home Page:https://romanvolodin.com/test/2018/12/27/Poly-Maker.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPoly2d

LICENSE Python PyQt

Image of Yaktocat

Original article

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

About

Standalone Python/PyQt low-poly 2d object generator. Builds a triangulated and textured 2d mesh along a Bezier curve

https://romanvolodin.com/test/2018/12/27/Poly-Maker.html

License:MIT License


Languages

Language:Python 100.0%