https://github.com/programmerjake/vulkan-cpu
work-in-progress for Vulkan implementation on cpu
https://github.com/programmerjake/vulkan-cpu
Last synced: 7 months ago
JSON representation
work-in-progress for Vulkan implementation on cpu
- Host: GitHub
- URL: https://github.com/programmerjake/vulkan-cpu
- Owner: programmerjake
- Created: 2017-05-26T09:27:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-06T02:09:49.000Z (over 8 years ago)
- Last Synced: 2025-04-29T18:49:16.878Z (9 months ago)
- Language: C++
- Homepage: http://kazan-3d.org
- Size: 867 KB
- Stars: 105
- Watchers: 32
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kazan
[](https://travis-ci.org/kazan-3d/kazan)
Work-in-progress for Vulkan implementation on cpu
[TODO list](docs/todo.md)
[Documentation](docs)
## Build in Docker
docker build -t kazan .
## 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/kazan-3d/kazan.git
cd kazan
mkdir build
cd build
cmake .. -DCMAKE_CXX_COMPILER="`which clang++-4.0`" -DCMAKE_C_COMPILER="`which clang-4.0`" -DCMAKE_BUILD_TYPE=Debug
make
## Naming
Kazan used to be named vulkan-cpu. Kazan is a Japanese word that means "volcano".