ZeroZero Game Engine
v0.0
A 3D game engine using Vulkan & Jolt
|
Most of the dependencies used by ZeroZero are automatically configured by the CMakeLists.txt
of the engine except the Vulkan SDK and the build tools.
Install the Vulkan SDK
Install the build tools
For Microsoft Windows :
For Linux and macOS :
We are waiting for your push request !
Use the Template project to create a project that use the engine :
.env.cmake
file in your project with a variable called Z0_PROJECT_DIR
to reference the ZeroZero cloned directory, for example : set(Z0_PROJECT_DIR "C:/Users/MyUser/Documents/GitHub/zero_zero")
CMakeLists.txt
settings to your needscmake -B build -G Ninja -D CMAKE_BUILD_TYPE=Release
cmake --build build
cmake -B build -G Ninja -D CMAKE_BUILD_TYPE=Release
(adapt for your build tool)cmake --build build