Git Product home page Git Product logo

kui's People

Contributors

kettle11 avatar

Stargazers

 avatar

Watchers

 avatar

kui's Issues

Live/pub-sub/reactive capabilities (input & other events, widget reactions, layout reactions)

How would kui solve the example described in vlang/ui#7 (comment) and clarification?

There is no established terminology for this AFAIK, so I call it live variables or it can be viewed as reliable pub-sub mechanism or as reactors or reactivity or as "streaming data API" etc. The point is to express with the lowest possible number of SLOC that two or more distinct widget instances (each of different kind of widget and in a completely different unrelated part of the app) should get the same input event instance (kbd, mouse, IPC, ... - e.g. significant layout change as linked above) and if the widget is not "read only" (e.g. label is read only, but a button with picture/label is both read & write), then the widget instance shall also at the same time have the capability to create any number of new event instances of any kind and anyone interested in this event (i.e. "subscribed") must guaranteed receive it. This everything with defaults so well handled that most common use cases (let's define this to be equivalent to 7GUIs) shall have the very minimum of SLOC (of Rust and YAML) possible.

Web compatibility (say Android 9 with default browser)

Is one of the goals of this library to be web compatible? I mean, can we compile it to JS (or WASM) and make it work efficiently (in terms of speed and power consumption) in browsers of modestly modern mobile devices (say those having Android 9 or iOS 13)?

Add to 7GUIs

I think it'd be good to add this cool UI lib to 7GUIs (ideally including also additional proposals) to ease understanding of its usage for newcomers as well as to compare its capabilities and approaches with other UI libs side by side in a fair comparison.

It'd also partially pinpoint whether layouting and "live" capabilities are well enough architectured or whether there are some sharp edges.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.