Pygame Polygons
Federico Baù
FullStack Software Developer - Python, Javascript/Typesciprt, Go, Java, PHP
I've just completed a in a few days a small project, currently at Version 0.0.1 - Prototype using Pygame.
A Pygame Application done to build more Pygame applications / games Basically I needed a tool that would easily make me able to draw shapes / Polygons on a Pygame screen and be able to quickly see the vertices x,y coordinates.
Because you can also move the polygons around, this provide a good way to test and get move draw quick into a new Pygame project where drawing polygons is needed, because it shows you the coordinates on the screen.
The project is simple, but it already serves its purpose (drawing shapes and showing its x,y coordinates) but many new functionalities can be added.