dumblob

Results 1350 comments of dumblob

@andydotxyz >I'm not sure what you mean regarding layout - responsiveness has so many different meanings ;). True, sorry for not being clear. Let's just take the following example. You're...

> I can't see the common use-case to have mouse cursor or other widgets be the data source for a binding. Understood. It's good to know in advance, that bigger...

>The example you illustrated was, in my opinion, something quite different. I meant my example as a generalized concept of these specific use cases like adding/removing buttons from a toolbar...

>The project aims to make common tasks really easy and enforce a consistent user experience across all apps. Based on how such generalization works e.g. in Red (as mentioned above),...

For those interested, these libs are somewhat close to what I envision under streams/flows/live_variables/reactiveness/signals of samples: 1. [Flyd](https://github.com/paldepind/flyd/ ) 1. [S](https://github.com/adamhaile/S ) ([explained example](https://github.com/paldepind/flyd/issues/142#issuecomment-302915776 )) 1. might look more verbose...

To demonstrate the urge of needing streams/flows/live_variables/reactiveness/signals, feel free to take a look at what the following tools produce. 1. [Principle](https://principleformac.com/?ref=uxtools.co ) 2. [Origami Studio](https://origami.design/ ) ([animated examples](https://origami.design/examples ))

Technical blog post about "live" widgets and how to implement them to achieve effortless "composition in time": https://potocpav.github.io/programming/2020/05/01/designing-a-gui-framework.html . I highly recommend reading it as it shows yet another simple...

@rcqls you spend a lot of time with V UI lately, so I think this might be of interest to you. About year and a half ago few French guys...

@rcqls > @dumblob Thanks for the link. After a quick reading of the beginning of the paper, I can't see how entities could be technically defined in v since it...

> Are you sure that the c example is not too simple. In the article not all the entities are sharing all the components as it is the case in...