antialiased 2-D vector drawing library on top of OpenGL for UI and visualizations
NanoVG is a small antialiased vector graphics rendering library for OpenGL. It has a lean API modeled after the HTML5 <canvas> API. It is intended to be a practical toolset for building scalable user interfaces and visualizations.
NanoVG is a small antialiased vector graphics rendering library for OpenGL. It has a lean API modeled after the HTML5 <canvas> API. It is intended to be a practical toolset for building scalable user interfaces and visualizations.
To install nanovg, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install nanovg
To see what files were installed by nanovg, run:
port contents nanovg
To later upgrade nanovg, run:
sudo port selfupdate && sudo port upgrade nanovg
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.