Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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*