Skip to content

felipegodias/TormentaEngine

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published