libart

High-performance 2D graphics library for vector and raster art

brewmacoslinux
Try with needOr install directly
Source

About

Library for high-performance 2D graphics

Commands

libart

Examples

Link against libart in a C program for 2D graphics rendering$ gcc -o graphics program.c `pkg-config --cflags --libs libart-2.0`
Check libart version and compiler flags using pkg-config$ pkg-config --modversion libart-2.0
Verify libart installation and available libraries$ pkg-config --list-all | grep libart