Skip to main content

Simulator Overview

ElenixOS provides a PC simulator, which is ported based on lv_port_pc_vscode. You can compile and run the ElenixOS simulation on any PC for quick iteration and debugging.

This page will introduce how to obtain code, set up the environment, compile and run, and basic usage methods.

Simulator Running Methods

Native Simulator

Native running means compiling and running the ElenixOS simulator directly on your computer, supporting Linux, macOS, and Windows operating systems.

View Native Simulator Guide

WASM Simulator

Web running means accessing the ElenixOS simulator through a browser, no dependencies need to be installed, and you can directly experience ElenixOS.

View WASM Simulator Guide