rassweiler / vulkan-linux-base

Base project setup for vulkan on linux with CodeLite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vulkan Linux Project Base

Setup

Install dependencies for vulkan development from this Vulkan Tutorial

Skip the makefile section as this project uses cmake.

The build script can be modified for a different IDE (Uses CodeLite as is).

git clone https://github.com/rassweiler/vulkan-linux-base.git

cd vulkan-linux-base

sudo chmod +x build.sh

./build.sh

References

Vulkan Tutorial Brendan Galea

About

Base project setup for vulkan on linux with CodeLite

License:GNU General Public License v3.0


Languages

Language:CMake 58.6%Language:C++ 31.8%Language:Shell 9.6%