Protok Simulator BuilderThis VS Code extension provides a streamlined workflow for building and previewing LVGL-based panel simulations developed with Emscripten. It offers a single command to rebuild the entire C/C++ project and launch a live preview directly within a VS Code tab. Features
PrerequisitesFor this extension to work, your project folder must contain a build script at its root:
This script is responsible for the entire compilation process. Usage
DependenciesThis extension relies on the Live Preview extension, created by Microsoft. When you install Panel Simulator Builder, VS Code will automatically prompt you to install Live Preview if it is not already present. Enjoy a smoother development experience! |