https://github.com/popojan/goban
3D igo/baduk/weiqi/go game board and GUI for GnuGo and other GTP engines ray traced by GLSL shader
https://github.com/popojan/goban
baduk board glsl gnugo go goban gui igo katago weiqi
Last synced: 5 months ago
JSON representation
3D igo/baduk/weiqi/go game board and GUI for GnuGo and other GTP engines ray traced by GLSL shader
- Host: GitHub
- URL: https://github.com/popojan/goban
- Owner: popojan
- License: gpl-3.0
- Created: 2018-08-12T01:52:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-12-16T23:35:01.000Z (6 months ago)
- Last Synced: 2025-12-20T13:50:15.122Z (6 months ago)
- Topics: baduk, board, glsl, gnugo, go, goban, gui, igo, katago, weiqi
- Language: C++
- Homepage: https://hraj.si/goban
- Size: 2.74 MB
- Stars: 51
- Watchers: 4
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Red Carpet Goban
Ray traced 3D igo/baduk/weiqi/go board and GUI rendered using GLSL.
External GTP engines supported, GnuGo required as the main engine.
Targets Windows 7/10 and Linux.
For windows binaries and more screenshots see [hraj.si/goban](http://hraj.si/goban).
Command to run Chinese translation with suppressed logging:
```
./goban --verbosity error --config data/zh/config.json
```

## Dependencies
* `boost`
* `clipp`
* `freetype2`
* `GLM`
* `glyphy`
* `libRocket`
* `libsgfcplusplus`
* `libsndfile`
* `nlohmann::json`
* `portaudio`
* `spdlog`