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
Zenflow- The AI Workflow Engine for Software Devs
Zenflow is the AI workflow engine built for real teams. Parallel agents plan, code, test, and verify in one workflow. With spec-driven development and deep context, Zenflow turns requirements into production-ready output so teams ship faster and stay in flow.
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