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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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