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

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

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

![screenshot](/res/screenshot.png)

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