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

readme

# Simple Direct Layer - SDL3 (ESP-IDF port)

** Work in progress **

This is component wrapper for 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})
``` 

Links

Supports all targets

License: Zlib

To add this component to your project, run:

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

or download archive

Stats

  • Archive size
    Archive size: 6.79 MB
  • Downloaded in total
    Downloaded in total 18 times
  • Downloaded this version
    This version: 11 times

Badge

georgik/sdl version: 3.1.2~1
|