From b0c2e77c56f1fc9f44484b4be0399a917eadba29 Mon Sep 17 00:00:00 2001 From: vlad441 Date: Mon, 31 Aug 2026 22:00:22 +0300 Subject: [PATCH] Add ncpp lib to section Frameworks (general libs) A minimalistic cross-platform system library. While it is placed in the Frameworks section due to its multi-tool nature, there is no strict separation here between frameworks and general libraries. It functions more like a lightweight general-purpose library than a rigid framework. Thank you for maintaining this awesome list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce5361f9d..0c014ae1d 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [xtd](https://github.com/gammasoft71/xtd) - Modern C++20 framework to create console (CLI), forms (GUI) and unit tests (xUnit) applications on Windows, macOS, Linux, iOS, Android, FreeBSD and Haiku. [MIT] * [Yomm2](https://github.com/jll63/yomm2) - Fast, Orthogonal, Open multi-methods. Supersedes [Yomm11](https://github.com/jll63/yomm11) [Boost] * [YUP!](https://github.com/kunitoki/yup) - The modern framework optimized for realtime audio and GPU-native creative software [ISC] +* [ncpp](https://github.com/vlad441/ncpp) - A minimalistic cross-platform system library, supporting C++98 and above with minimal external dependencies. [PD] ## Artificial Intelligence