/Stone

Stone Graphics Engine

Primary LanguageC++BSD 2-Clause "Simplified" LicenseBSD-2-Clause

StoneLicense

Stone Engine

clone

git clone https://github.com/StoneHappy/Stone.git --recursive

dependency

Install VulkanSDK and add bin directory to environment path.

Before building, installqt5qt-advanced-docking-system by vcpkg

vcpkg install qt5:x64-windows qt-advanced-docking-system:x64-windows

how to build

cd Stone

mkdir build

cd build 

cmake .. -DCMAKE_TOOLCHAIN_FILE=path to/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=your target triplet

cmake --build ./ --config Release --target StoneEditor -j 10

screenshot