Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junaya/dyd
A lightweight,simple,cross-platform drawing application by excalidraw local descktop
https://github.com/junaya/dyd
desktop excalidraw react rust tauri
Last synced: 2 days ago
JSON representation
A lightweight,simple,cross-platform drawing application by excalidraw local descktop
- Host: GitHub
- URL: https://github.com/junaya/dyd
- Owner: JunaYa
- Created: 2024-12-03T15:49:57.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T06:02:14.000Z (about 2 months ago)
- Last Synced: 2024-12-14T07:17:31.710Z (about 2 months ago)
- Topics: desktop, excalidraw, react, rust, tauri
- Language: Rust
- Homepage:
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DYD (Do Your Drawings)
DYD is a lightweight, cross-platform drawing application. It uses Excalidraw as the drawing engine and extends its functionality. It provides convenient local file management with a simple and quick user experience.
## Background
Why did I make Excalidraw into a desktop application?
- I believe the number of laptop users is gradually increasing.
- Simple and quick: I want it to be simple and quick to use, without complex operations, easy to open and edit on computers.
- Easy management: I want to easily manage local files.## Project Goals
- Lightweight
- Cross-platform
- Easy to operate
- Simple## Project Structure
- src-tauri: Desktop application written in Rust
- src: Web application written in React