popojan / goban

3D igo/baduk/weiqi/go game board and GUI for GnuGo and other GTP engines ray traced by GLSL shader
https://hraj.si/goban
GNU General Public License v3.0
47 stars 3 forks source link

how to run this program in mac ox? #36

Closed Akanezero closed 1 year ago

popojan commented 3 years ago

While goban does not support building for Mac OS, there might be a way to run it.

Options to try:

The latter option being quite impractical.

popojan commented 1 year ago

Shall we consider a rewrite in Rust? There is an excellent cross-platform game engine bevy. There seems to be a stable sgf-parse library. Shaders could be more or less reused. Time will tell.