Volodymyr Shymanskyy

Results 335 comments of Volodymyr Shymanskyy

Hi! Nice to meet you. I'm fond of LVGL, and I'm wondering if we could have a call / discussion of the vision, format and some technical details. Would it...

There are multiple things we may need to auto-generate. First, some C glue code - this will be a set of `m3ApiRawWunction`s on the Wasm3 host side. Second, we need...

@huming2207 @kisvegabor sorry but both `TCO` and `snprintf` questions are a bit off-topic here, and not something we should bother about in context of LVGL.

@kisvegabor I see quite a few ports of LVGL to webassembly. Maybe, some of these works could be reused? - https://github.com/AppKaki/lvgl-wasm -> https://github.com/Rajssss/lvgl-wasm - https://github.com/rafaelcaricio/lvgl-rs-wasm - https://github.com/lvgl/lv_sim_emscripten Conceptually, I'd love...

> However, the Micropython bindings generates an OO API. Cool, I think this can be reused for the `guest` bindings then. It's worth targeting at least `AssemblyScript`, `Rust`, `TinyGo`

I think the next step would be to create a minimal PoC, some "hello world" app with minimal API dependency. No need to auto-generate anything yet.

> > Conceptually, I'd love to see the same LVGL-based app (say, app.wasm) running in Wasm3 on desktop (sim?), in-browser, and on some embedded device. Desktop and Embedded cases are...

Looks like related to https://github.com/wasm3/wasm3/issues/344 ?