Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 741 Bytes

README.rst

File metadata and controls

22 lines (16 loc) · 741 Bytes

Povg: Python 3 binding for OpenVG

Povg is a binding to OpenVG 1.1, written in native Python 3 through the ctypes library. It provides comprehensive access to OpenVG functions, while offering a very Pythonic API.

OpenVG is a specification from the Khronos Group that provides a low-level vector graphics API, which can be hardware-accelerated on supporting hardware.

License

Povg is free software, released under the GNU GPLv3. See the file COPYING and individual source files for the full license terms.