D GUI Framework (responsive grid teaser)

Виталий Фадеев vital.fadeev at gmail.com
Tue Jun 23 04:29:48 UTC 2020


On Monday, 22 June 2020 at 16:43:12 UTC, Robert M. Münch wrote:
> On 2019-05-19 21:01:33 +0000, Robert M. Münch said:
>
>> Hi, we are currently build up our new technology stack and for 
>> this create a 2D GUI framework.
>
> Some now teaser, again might not look like a lot had happend 
> but we move forward, slow but steady:
>
> https://www.dropbox.com/s/jjefzyneqnxr7pb/dgui_teaser-1.mp4
>
> The framework can now handle 9-patch images for decoration of 
> any widget parts.
>
> And here an older one I think I never posted, about text 
> editing:
>
> https://www.dropbox.com/s/cfqy21q4s7d0zxr/Bildschirmaufnahme%202020-04-07%20um%2017.08.24.mov?dl=0
>
>
> Cut & Paste, marking, cursor movement etc. is all working 
> correctly. All text stuff (rendering and handling) is done in 
> Unicode.
>
> What we first get to work is a way to create simple 
> applications with input-forms, text-lists feed from a database 
> and single line text-editing.

Width of the element can be set:
- by hand
--- fixed
- by automate
--- inherited from parent
--- from childs ( calculated max width )
--- generated by parent layout ( like a HBox, VBox, may be 
CircleLayout... )

and for each case:
- check min width
- check max width

https://drive.google.com/file/d/1ZbeSkQD2BY06JB1R17CT17te1H9ecRnI/view?usp=sharing

and childs can be aligned in container cell to: left. center, 
right, stretched.

https://drive.google.com/file/d/1Xm4m7DLaUoPu5wzvPSalgW3i1-WkTeek/view?usp=sharing

It will be good.

I love beauty UI too. :)
I love fast perfect UI too.
And I do D Windows GUI too.  :)




More information about the Digitalmars-d-announce mailing list