Official project templates repository for EEZ Studio.
This repository contains starter templates used by EEZ Studio when creating new projects. These templates provide pre-configured project structures for various project types.
| Template | Description |
|---|---|
| Dashboard | Interactive dashboard projects for T&M, data visualization and control |
| EEZ-GUI (Firmware) | Embedded GUI projects using EEZ Framework |
| LVGL | Projects using the LVGL graphics library |
| LVGL with EEZ Flow | LVGL projects with EEZ Flow visual programming |
| IEXT | Instrument extension projects (SCPI and Proprietary) |
| BB3 Applet | Applet projects for EEZ BB3 modular test bench |
| BB3 MicroPython Script | MicroPython script projects for EEZ BB3 |
EEZ Studio automatically fetches templates from this repository when creating new projects. No additional setup is required.
For offline development or custom template modifications, you can use a local copy:
-
Clone this repository:
git clone https://github.com/eez-open/eez-project-templates
-
In EEZ Studio, go to Settings → Project Templates
-
Enable "Use local templates folder"
-
Select the path to your cloned repository
Note: When updating EEZ Studio, make sure to pull the latest changes from this repository to ensure template compatibility:
git pull
- EEZ Studio - Cross-platform visual development tool
- EEZ Project Examples - Example projects and demos
- EEZ Framework - Embedded GUI framework
This project is licensed under the MIT License - see the LICENSE file for details.