asymptote

Powerful descriptive vector graphics language for creating diagrams

brewmacoslinux
Try with needOr install directly
Source

About

Powerful descriptive vector graphics language

Commands

asy

Examples

Compile an Asymptote script to PDF$ asy -f pdf mydiagram.asy
Generate PNG output from Asymptote source$ asy -f png -o output.png mygraphic.asy
Create interactive 3D graphics in PDF format$ asy -f pdf -3 mymodel.asy