A playground for weiqi tools and experimentation.
The hub is written in C++ and uses meson as build system. It depends on GTK4. See here for platform-specific installation instructions. On Linux and MacOS, it's usually available via your package manager.
Steps:
- Create and setup build directory:
$ meson setup builddir
- Unzip the task database. For example, on *nix systems:
$ unzip assets/tasks.zip -d assets/
- Compile and run:
$ meson compile -C builddir
$ ./builddir/WalrusHub