💾 Archived View for random-projects.net › torture › 0002.md captured on 2021-12-03 at 14:04:38.

View Raw

More Information

⬅️ Previous capture (2020-09-24)

➡️ Next capture (2022-06-11)

-=-=-=-=-=-=-

# Dunstwolke

Repository for developing software for a "personal cloud" project

## Dunstblick

A UI system with a different approach:

Serialize widgets and layout structure into a binary structure, deserialize this on the server side
and only communicate with state changes in "object values" (bindings), not
widget states.

### Video

[![](https://mq32.de/public/screenshot/951e859e400b506b1e6f8cedf0838b4d.png
)](https://mq32.de/public/dunstwolke-04.mp4)

### Examples

- [Calculator](https://github.com/MasterQ32/Dunstwolke/tree/master/dunstwolke/examples/calculactor)
- Address Book
- Text Editor
- Media Player
- Chat Application
- Game Menu

### Documentation

- Basic Concepts
- Layout Definition and Semantics
- Serialization / Binary Formats