https://github.com/felipetesc/method-draw-app
Project using Tauri to create Method Draw Desktop client
https://github.com/felipetesc/method-draw-app
desktop editor editors gui svg tauri webview
Last synced: about 1 month ago
JSON representation
Project using Tauri to create Method Draw Desktop client
- Host: GitHub
- URL: https://github.com/felipetesc/method-draw-app
- Owner: felipetesc
- Created: 2022-12-02T18:37:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T22:32:46.000Z (over 3 years ago)
- Last Synced: 2024-05-08T23:08:04.377Z (about 2 years ago)
- Topics: desktop, editor, editors, gui, svg, tauri, webview
- Language: JavaScript
- Homepage:
- Size: 767 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Method Draw App
Project using Tauri to create Method Draw Desktop client
Method Draw is authored by [**Mark MacKay**](hello@method.ac) : 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
