Lynar Studios - C++ Standard Library
This library complements the C++ standard library by offering functionalities for game design - e.g. simple file handling, serialization, reflection and many more. This library is cross-platform and works on MacOS, Windows, Linux, Android & iOS.
License
This library runs under the LGPL V3 license.
Download (Source Code)
You can find the libraries source code here: Lynar Studios - C++ Standard Library - v2024.1.0.0
Download (Conan)
You can also add the Conan repository to fetch the library via Conan package manager. To do so, add the repository to your local Conan configuration:
conan remote add ls-oss-conan https://artifactory.lynarstudios.de/artifactory/api/conan/ls-oss-conan
When installing your conanfile.txt in your project, you can reference the remote repository:
conan install . -r ls-oss-conan