It's free: no limitations, royalties or other fees apply. Nau Engine will always be free for any purpose, including commercial use. It's open: the ent

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-11-26 09:30:05

It's free: no limitations, royalties or other fees apply. Nau Engine will always be free for any purpose, including commercial use. It's open: the entire source code is stored in a GIT repository. Anyone is able to use it for educational purposes or work with it as they wish. It's open-source: anyone has the opportunity to participate in developing the engine without restrictions, creating forks and add-ons based on it.

In any other folder, say c:\tools, clone vcpkg repository: git clone https://github.com/microsoft/vcpkg Run bootstrap here: .\vcpkg\bootstrap-vcpkg.bat

Configure with cmake presets: Windows cmake --preset win_vs2022_x64 or (optional) cmake --preset win_ninja_clangcl-debug or use ide that does supports cmake presets (VSCode)

Build with IDE or cmake --build build\win_vs2022_x64 --config=Debug or (optional) any other build cmake --build build\win_ninja_clangcl-debug

Leave a Comment