smooth is a class library for user interfaces written in C++
smooth is an object oriented C++ class library for Windows, macOS, Linux and most Unix-like operating systems. It provides basic functionality and platform support for applications and libraries.
Features provided by smooth include:
* user interface API with various widgets
* simple to use multithreading API
* file and network IO interface
* completely transparent Unicode and software internationalization support
* a libxml2 based XML parser
smooth is an object oriented C++ class library for Windows, macOS, Linux and most Unix-like operating systems. It provides basic functionality and platform support for applications and libraries.
Features provided by smooth include:
* user interface API with various widgets
* simple to use multithreading API
* file and network IO interface
* completely transparent Unicode and software internationalization support
* a libxml2 based XML parser
To install smooth, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install smooth
To see what files were installed by smooth, run:
port contents smooth
To later upgrade smooth, run:
sudo port selfupdate && sudo port upgrade smooth
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.