lvgl / lv_binding_rust

LVGL bindings for Rust. A powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).
MIT License
687 stars 71 forks source link

Explain that example runs in a simulator #4

Closed justinmoon closed 4 years ago

justinmoon commented 4 years ago

When I first encountered this awesome project, I assumed that I would need to buy some hardware in order to try it. But after some digging I realized that the demo example runs in a simulator. So I tried to explain this a little better, and also mention that a git submodule needs to be installed.

rafaelcaricio commented 4 years ago

Thank you for your contribution! No need for hardware ;) I would like to also provide an example of this project compiled to WASM and running in the browser. This is something I will be working next time I have some free time.