https://github.com/clpi/dui
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/clpi/dui
- Owner: clpi
- License: gpl-3.0
- Created: 2020-12-26T19:42:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T05:16:46.000Z (over 5 years ago)
- Last Synced: 2025-01-29T19:49:43.212Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# di
- GTK frontend UI for div.is.
## TODO
- [ ] Extract model implementation details from dlog, dsrv (old + new), etc. and make into a generic crate which carries all common model specification and functioanlity definition so I do not need to re-implement for every project I start related to this. 12/26
- [ ] Decide on GUI framework for final build -- Tauri? Qt (quick/widgets)? Iced? GTK? Electron?