Project using Tauri to create Method Draw Desktop client
Method Draw is authored by Mark MacKay : https://github.com/methodofaction
Tauri is a frontend techonlogy which allows developers to create desktop apps using webview and web techonlogies: You can find more about Tauri at: https://tauri.app/
Any issues you encounter should be first reported here, but most probably, they will be redirected to https://github.com/methodofaction/Method-Draw
If you desire an enhaencement, don't waste your time here, because I will redirect to https://github.com/methodofaction/Method-Draw as well
However if your issue regards how to access OS specific functionality, you should open a new issue here.
- Install Rust Language to your OS: How to Install it ? Go to https://www.rust-lang.org/tools/install
- Setup Rust accourdingly
- Install create-tauri-app through the command
cargo install create-tauri-app
with your shell - Clone this repository
- Open your terminal and navigate to src-tauri
- run
cargo tauri build
- Inside
{path-to-method-draw-app}src-tauri/target/release/bundle
you should find the installer