8000 GitHub - rkhoury/kazan: Work-in-progress software-rendering Vulkan implementation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rkhoury/kazan

 
 

Repository files navigation

Kazan

Build Status

Work-in-progress for Vulkan implementation on cpu

TODO list

Documentation

Build in Docker

docker build -t kazan .

Build under Ubuntu 16.04 (xenial)

sudo apt install git clang-4.0 build-essential cmake ninja-build llvm-4.0-dev libsdl2-dev libxcb-shm0-dev libxcb1-dev libx11-dev libx11-xcb-dev
git clone https://github.com/kazan-3d/kazan.git
cd kazan
mkdir build
cd build
cmake .. -G Ninja -DCMAKE_CXX_COMPILER=clang++-4.0 -DCMAKE_C_COMPILER=clang-4.0 -DCMAKE_BUILD_TYPE=Debug
ninja

Naming

Kazan used to be named vulkan-cpu. Kazan is a Japanese word that means "volcano".

About

Work-in-progress software-rendering Vulkan implementation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 83.8%
  • C 14.9%
  • CMake 1.2%
  • Other 0.1%
0