/gomoku-gui-dioxus

GUI frontend for my gomoku engine built using Dioxus

Primary LanguageRust

Gomoku

GUI frontend for my gomoku engine built using Dioxus

Installation

Either grab a precompiled binary from latest release or compile it from source

Compiling

First get cargo and then run

cargo build --release

Resulting binary is then target/release/gomoku.

On Linux you may have to also install GTK WebView dependencies:

# Example for Ubuntu based distros
apt install libwebkit2gtk-4.0-dev libgtk-3-dev libappindicator3-dev