xtd (pronounced "extend") is a modern C++20 framework to create console CLI), forms (GUI like WinForms) and unit test (xUnit) applications on Windows, macOS, Linux, iOS , Android, FreeBSD and Haiku.
• Website : https://gammasoft71.github.io/xtd/
• Sources : https://github.com/gammasoft71/xtd
• Reference guide : https://gammasoft71.github.io/xtd/reference_guides/latest/index.html
• Install : https://gammasoft71.github.io/xtd/docs/downloads
• Portability : https://gammasoft71.github.io/xtd/docs/documentation/portability
• Examples : https://github.com/gammasoft71/xtd/tree/master/examples/README.md
Features
- Free and open-source (MIT License)
- a collection of native C++ classes libraries, to complete std
- API close to the .net API with a modern C++ approach and full integration with the std standard;
- written in efficient, modern C++20 with RAII programming idiom
- and highly portable and available on many different platforms (Windows, macOS, Linux, iOS and Android)
License
MIT LicenseOther Useful Business Software
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
-
* xtd is a good easy to use project. The learning curve is fast and even faster for anyone familiar with . Net winning forms. * xtd is composed of several libraries, including xtd.core for accessing system functionality and for creating console applications, xtd.drawing for GDI+ graphics functionality, xtd.forms for creating GUI applications, and xtd.tunit for unit testing framework