Menu

Tree [0154b5] main /
 History

HTTPS access


File Date Author Commit
 lib 2023-02-02 Daniil Daniil [c3e393] Moving libraries into submodules;
 models 2023-04-21 Daniil Daniil [0154b5] One of releases
 src 2023-04-21 Daniil Daniil [0154b5] One of releases
 .gitignore 2023-04-20 Daniil Daniil [8b156e] Update .gitignore
 .gitmodules 2023-04-20 Daniil Daniil [d5fd8f] Complete transfering to new vulkan api tools
 CMakeLists.txt 2023-04-21 Daniil Daniil [0154b5] One of releases
 LibNativeLin.zip 2023-02-14 KGAFT KGAFT [dcdf8a] Added linux support
 LibNativeWin.rar 2023-02-07 Daniil Daniil [dfa46b] Work on uniforms buffers
 README.md 2023-03-13 Daniil Daniil [3621d9] Update README.md

Read Me

KGAFTEngine Graphics Engine

Made for vulkan and cmake

How to build:

THIS PROJECT REQUIRES C++ FROM GNU COMPILER COLLECTION!

Unrar the native libraries archive for your system into the current folder

Go to CmakeLists.txt and set the path to lunarg vulkan sdk, that installed in your system

run in command prompt:

git submodule init

git submodule update

cmake .

cmake --build .

Как собрать решение:

ЭТОТ ПРОЕКТ ТРЕБУЕТ КОМПИЛЯТОРА C++ ИЗ GNU COMPILER COLLECTION!

Разархивируйте архив с компилированными библиотеками для вашей операционной системы в текущую папку

Откройте CMakeLists.txt и укажите путь до sdk vulkan от lunarg

Выполните следующие комманды в коммандной строке:

git submodule init
git submodule update

cmake .

cmake --build .