Skip to content

GUI frontend for my gomoku engine built using Dioxus

Notifications You must be signed in to change notification settings

Maneren/gomoku-gui-dioxus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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