Languages
Pygame-Polygons
A small Pygame utility I built to speed up the development of other Pygame applications and games.
I needed a simple tool that would let me draw shapes and polygons directly on the screen and instantly display their vertex coordinates (x, y).
The ability to move polygons around makes it especially useful for quickly prototyping and testing layouts. It’s a handy way to capture coordinates for any project that requires custom-drawn shapes in Pygame.
Repository
TechStack
- Programming Languages: Python
- Frameworks: PyGame
Frameworks