# Simple Direct Layer - SDL3 (ESP-IDF port) This is component wrapper for upstream SDL3 for ESP-IDF. The HW layer is using [ESP-BSP](https://components.espressif.com/components?q=tags:bsp). In the project CMakeLists.txt it's necessary to set `ENV{BUILD_BOARD}` to name of BSP. ``` set(ENV{BUILD_BOARD} ${BUILD_BOARD}) ``` ## Examples - https://github.com/georgik/esp32-sdl3-example - https://github.com/georgik/OpenTyrian - https://github.com/georgik/esp32-weather-display ## Supported - ESP32-S3-BOX-3 - M5Stack CoreS3 - ESP32-P4 Evaluation Kit - with PPA for scaling the screen
idf.py add-dependency "georgik/sdl^3.1.2~9"