All third party libraries will be installed automatically via vcpkg.
Compiler | Generator | Standard Library | Test Environment |
---|---|---|---|
GCC >= 7.0 | Ninja | libstdc++ | Ubuntu 20.04 |
Clang >= 6.0 | Ninja | libc++ | Xcode 13.4.1 |
MSVC >= 19.14 | Ninja | Microsoft STL | Visual Studio 2022 |
git clone --recurse-submodules [email protected]:felipegodias/TormentaEngine.git
Use one of the following presets along with CMake.
-
Windows
- windows-msvc-debug
- windows-msvc-release
- windows-clang-debug
- windows-clang-release
-
Linux
- linux-gcc-debug
- linux-gcc-release
- linux-clang-debug
- linux-clang-release
-
MacOS
- mac-clang-debug
- mac-clang-release
cmake --preset windows-msvc-debug
cmake --build --preset windows-msvc-debug --target install
Distributed under the MIT License. See LICENSE.txt
for more information.
Felipe Dias - @felipegodias - [email protected]
Project Link: https://github.com/felipegodias/TormentaEngine