Synfig is a vector-based 2-D animation package. It is designed to be capable of producing feature-film-quality animation. It eliminates the need for tweening, preventing the need to hand-draw each frame. Synfig features spatial and temporal resolution independence (sharp and smooth at any resolution or framerate), high dynamic range images, and a flexible plugin system.
Synfig is a vector-based 2-D animation package. It is designed to be capable of producing feature-film-quality animation. It eliminates the need for tweening, preventing the need to hand-draw each frame. Synfig features spatial and temporal resolution independence (sharp and smooth at any resolution or framerate), high dynamic range images, and a flexible plugin system.
To install synfig, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install synfig
To see what files were installed by synfig, run:
port contents synfig
To later upgrade synfig, run:
sudo port selfupdate && sudo port upgrade synfig
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.