AntTweakBar is a small and easy-to-use C/C++ library that allows programmers to quickly add a light and intuitive graphical user interface into graphic applications based on OpenGL, DirectX 9 or DirectX 10 to interactively tweak their parameters on-screen.
AntTweakBar is a small and easy-to-use C/C++ library that allows programmers to quickly add a light and intuitive graphical user interface into graphic applications based on OpenGL, DirectX 9 or DirectX 10 to interactively tweak their parameters on-screen.
To install AntTweakBar, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install AntTweakBar
To see what files were installed by AntTweakBar, run:
port contents AntTweakBar
To later upgrade AntTweakBar, run:
sudo port selfupdate && sudo port upgrade AntTweakBar
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.