Lines Matching full:on
4 Simulator on PC
8 development boards). LVGL will run on a simulator environment on the PC
11 Using the simulator on a PC has the following advantages:
13 - Hardware independent: Write code, run it on the PC and see the result on a monitor.
18 - Better developer experience: On PC Debuggers are usually faster and better, you can log to files,
19 add a lot of ``printf`` s, do profiling, and so on.
26 Choose your favorite IDE, read its README on GitHub, download the project, and load it to the IDE.
28 - `Eclipse with SDL driver <https://github.com/lvgl/lv_sim_eclipse_sdl>`__: Recommended on Linux an…
29 - `VisualStudio <https://github.com/lvgl/lv_port_pc_visual_studio>`__: Recommended on Windows
30 - `VSCode with SDL driver <https://github.com/lvgl/lv_port_pc_vscode>`__: Recommended on Linux (SDL…
31 - `CodeBlocks <https://github.com/lvgl/lv_sim_codeblocks_win>`__: Recommended on Windows
32 - `PlatformIO with SDL driver <https://github.com/lvgl/lv_platformio>`__: Recommended on Linux and …