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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
* xtd is a good project easy to use. The learning curve is steep and even steeper for anyone familiar with .Net WinForms. * 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