bizehao

Results 24 comments of bizehao

it is arm64

ok, how is it?

[my_test.zip](https://github.com/cycfi/elements/files/14165216/my_test.zip) This is my test case. I used qt to achieve a similar effect, but it was very smooth.

[qt_test.zip](https://github.com/cycfi/elements/files/14165248/qt_test.zip) This is the test case for qt

I simulated a layout nesting situation. Sometimes there are various small layout nestings inside a large layout.

I often encounter complex layout scenarios. Generally, if there is FlexLayout, it will be a good solution, but if there is no FlexLayout, it can only be arranged in a...

No problem, I will show you

This is a smaller version of my project. [my_test.zip](https://github.com/cycfi/elements/files/14204475/my_test.zip)

Thank you for your operation. I tested it and it is very fast now. Thank you. I have studied your code and it is very useful. I usually use grid...

> nanovg has some flaws when calculating whether a polygon is convex. The reason for this issue is that nanovg considers the star to be a convex polygon, so it...