Skip to content

Maneren/gomoku-gui-dioxus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 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

About

GUI frontend for my gomoku engine built using Dioxus

Topics

Resources

Stars

Watchers

Forks