diff --git a/Docs/USING.md b/Docs/USING.md index 50bad2a..e58594f 100644 --- a/Docs/USING.md +++ b/Docs/USING.md @@ -12,6 +12,7 @@ Example CMakeLists.txt cmake_minimum_required(VERSION 3.28) project(MyGame) +# Or you can use FetchContent add_subdirectory(external/IACore) ## Apply IACore's standard project configuration diff --git a/README.md b/README.md index 57555d8..0e7a121 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ Platform

- The Battery-Included Foundation for High-Performance C++ Applications. + A High-Performance Foundation for Modern C++ 20 Applications.

## 📖 Description -IACore is a high-performance, battery-included C++20 foundation library designed to eliminate "dependency hell." It bundles essential systems—IPC, Logging, Networking, Compression, and Async Scheduling—into a single, coherent API. +IACore is a high-performance C++20 foundation library bundling essential systems (IPC, Logging, Networking, Compression, and Async Scheduling) into a single, coherent API. Originally developed as the internal core for IASoft (PVT) LTD., it is now open-source to provide a standardized bedrock for C++ applications where performance matters.