Skip to content

Latest commit

 

History

History
112 lines (88 loc) · 4.13 KB

README.md

File metadata and controls

112 lines (88 loc) · 4.13 KB

Logo

Tormenta Engine

Requirements

All third party libraries will be installed automatically via vcpkg.

Supported Toolchains

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

How to Build

git clone --recurse-submodules [email protected]:felipegodias/TormentaEngine.git

Use one of the following presets along with CMake.

Presets

  • 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

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Felipe Dias - @felipegodias - [email protected]

Project Link: https://github.com/felipegodias/TormentaEngine