Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ kazan Public

Mirror; Work-in-progress software-rendering Vulkan implementation

License

Notifications You must be signed in to change notification settings

kazan-3d/kazan

Repository files navigation

Vulkan-cpu

Build Status

Work-in-progress for Vulkan implementation on cpu

TODO list

Documentation

Build in Docker

docker build -t vulkan-cpu .

Build under Ubuntu 16.04 (xenial)

sudo apt install build-essential git clang-4.0 llvm-4.0-dev cmake zlib1g-dev libsdl2-dev
git clone https://github.com/programmerjake/vulkan-cpu.git
cd vulkan-cpu
mkdir build
cd build
cmake .. -DCMAKE_CXX_COMPILER="`which clang++-4.0`" -DCMAKE_C_COMPILER="`which clang-4.0`" -DCMAKE_BUILD_TYPE=Debug
make

About

Mirror; Work-in-progress software-rendering Vulkan implementation

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages