uploaded 1 week ago
Simple DirectMedia Layer (SDL) Version 3.0 (ESP-IDF support fork)

readme

# 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


Links

Supports all targets

License: Zlib

To add this component to your project, run:

idf.py add-dependency "georgik/sdl^3.1.2~6"

or download archive

Stats

  • Archive size
    Archive size: 7.21 MB
  • Downloaded in total
    Downloaded in total 164 times
  • Downloaded this version
    This version: 57 times

Badge

georgik/sdl version: 3.1.2~6
|