https://github.com/jpbruyere/vkchess
vulkan stockfish client
https://github.com/jpbruyere/vkchess
3d chess game pbr stockfish vulkan
Last synced: about 2 months ago
JSON representation
vulkan stockfish client
- Host: GitHub
- URL: https://github.com/jpbruyere/vkchess
- Owner: jpbruyere
- License: mit
- Created: 2017-11-14T09:29:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-04T13:36:18.000Z (about 4 years ago)
- Last Synced: 2024-04-14T02:22:17.112Z (over 1 year ago)
- Topics: 3d, chess, game, pbr, stockfish, vulkan
- Language: C++
- Size: 122 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vulkan stockfish client.
credits for the 3d chess pieces to (Matt Joos)[https://sketchfab.com/mathiasjoos]
### Requirements:
- [stockfish](https://stockfishchess.org/)
- [Vulkan](https://www.khronos.org/vulkan/)
- [FontConfig](https://www.freedesktop.org/wiki/Software/fontconfig/)
- [Freetype](https://www.freetype.org/)
- PkgConfig
- [Harfbuzz](https://www.freedesktop.org/wiki/Software/HarfBuzz/)
- GLSLC: spirv compiler, included in [LunarG SDK](https://www.lunarg.com/vulkan-sdk/) (building only)
- CMake### Building
```bash
git clone https://github.com/jpbruyere/vkChess.git # Download source code from github
cd vkChess # Enter the source directory
git submodule update --init --recursive # download submodules
mkdir build # Create build directory
cd build
cmake .. # Run CMake, optionaly setup glslc path
make # Run Make### Known bugs
- PAD ending is not detected.
- black/white selection has to be done in code as well as player/ai selection.
```
### hot keys- u : undo
- h : toggle hints
- r : restart with white