D GUI Framework (responsive grid teaser)

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Sun May 19 21:21:55 UTC 2019


On Sunday, 19 May 2019 at 21:01:33 UTC, Robert M. Münch wrote:
> Hi, we are currently build up our new technology stack and for 
> this create a 2D GUI framework.
>
> https://www.dropbox.com/s/iu988snx2lqockb/Bildschirmaufnahme%202019-05-19%20um%2022.32.46.mov?dl=0
>
>
> The screencast shows a responsive 40x40 grid. Layouting the 
> grid takes about 230ms,

Interesting, is each cell a separate item then?

So assuming 3GHz cpu, we get 0.23*3e9/1600 = 431250 cycles per 
cell?

That's a lot of work. Are you using some kind of iterative 
physics based approach since you use hundreds of thousands of 
computations per cell?




More information about the Digitalmars-d-announce mailing list