Vitaly Puzrin

Results 331 comments of Vitaly Puzrin

@axkibe seems you are author of hinting processor. Any chance to fix ttfautohint support? I've tried to add this function into instructions table: ```js function JROT(state) { const e =...

After investigating details - switched to FreeType webassembly build. When autohinting needed, it's not realistic to repeat all features in reasonable time. https://github.com/littlevgl/lv_font_conv - if anyone intereated, you can inspect...

@wuweikd - Try v9 - Try reduce `.tile` to 512 - Try disable webworkers Let me know if problem is still actual.

@chebum, in theory, that reduces memory consumption 4x (in all concurrent workers), if device has low limits and crashes or abnormal behaviour happens. But i have no conditions to investigate...

@chebum i guess, that's another bug, from wasm. Try do disable it. It that helps - try to review source, may be i missed some zero division or byte/word overflow....

> I tested with 7.0.0 as well. It behaves the same way as 9.0.0, so I doubt it's the latest change. Thank you for info, that's important to know for...

Unity is certainly much better than nothing/handmade, but IMO still far from perfect. Are you sure lvgl should avoid cpp frameworks like "google test" and so on?

IMO Unity is inappropriate to modern tests requirements. 1. For example, you can't manage [skip](https://stackoverflow.com/questions/7208070/googletest-how-to-skip-a-test), or temporary run single test only. 2. You have to use dynamic-generated wrapper (runners) instead...

> Also AFAIK the python script gathers the files and dump the result into a cmake file. > > With this note you mean creating the cmake manually? With `GTest`...

1.0.0 should just work. Switched to `skr canvas` and simplified install.