Geometriq is an extensible library for creating 2D geometrical art.
It provides a single, unified API for creating a variety of shapes and transforms, and abstracts away the implementation details of numerous backend systems, including:
- CoreGraphics (macOS and iOS)
- Pythonista's canvas module (partial, for iOS)
- Pillow (partial)
- PyX (rudimentary)
As well as planned:
- Cairo (on Linux, macOS, and Windows)