Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prince781/chess3d
3D chess (WIP)
https://github.com/prince781/chess3d
gtk4 opengl vala
Last synced: 5 days ago
JSON representation
3D chess (WIP)
- Host: GitHub
- URL: https://github.com/prince781/chess3d
- Owner: Prince781
- Created: 2021-12-17T19:01:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-01T23:39:41.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T18:51:17.770Z (2 months ago)
- Topics: gtk4, opengl, vala
- Language: Vala
- Homepage:
- Size: 601 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chess 3D
Chess 3D visualizer.
## Build instructions
### Dependencies
- gtk4
- vala
- meson
- ninjaOn **Ubuntu** 21.10 and later, you can do:
```
sudo apt install libgtk-4-dev valac meson
```On **Arch Linux**, you can do:
```
sudo pacman -S gtk4 vala meson
```On **Fedora 34** and later, you can do:
```
sudo dnf install gtk4-devel vala meson
``````Bash
$ meson build
$ ninja -C build
$ build/chess3d
```