Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vclemenzi/deno-desktop
Result of many test with deno and rust for creating desktop app with web technologies
https://github.com/vclemenzi/deno-desktop
deno denoland desktop gtk gtk4 rust rust-lang
Last synced: about 1 month ago
JSON representation
Result of many test with deno and rust for creating desktop app with web technologies
- Host: GitHub
- URL: https://github.com/vclemenzi/deno-desktop
- Owner: vclemenzi
- Created: 2022-11-17T16:33:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T16:39:49.000Z (about 2 years ago)
- Last Synced: 2024-12-24T03:46:51.648Z (about 1 month ago)
- Topics: deno, denoland, desktop, gtk, gtk4, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Deno Desktop
Result of many testing with deno and rust for creating desktop app with web technologies
## Instructions
```bash
deno task start
````/`
- `loader.ts` - load all modules and build the app
- `mod.ts` - Render the app
- `app.config` - App configuration
- `*other` - Other files`app/` *App directory*
- `App.tsx` *Principal app file*
- `style.css` *App style*`rust/` *Rust directory*
- `*` *Rust files for build*`.out/` *Output directory (generated after build)*
- `*` *Output files*