Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

README

        

# Chess 3D

Chess 3D visualizer.

## Build instructions

### Dependencies

- gtk4
- vala
- meson
- ninja

On **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
```