Skip to content

Project using Tauri to create Method Draw Desktop client

Notifications You must be signed in to change notification settings

felipetesc/method-draw-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Method Draw App

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/

Issues

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.

How to build

  • 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

Printscreen