# sdl2_effects **Repository Path**: mirrors_tuupola/sdl2_effects ## Basic Information - **Project Name**: sdl2_effects - **Description**: Old school demo effects with HAGL and SDL2 - **Primary Language**: Unknown - **License**: MIT-0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Old schoold demo effects Created to test the [HAGL graphics library](https://github.com/tuupola/hagl). You need [SDL2](https://www.libsdl.org/) to run the demos. ![2nd Reality](https://appelsiini.net/img/2020/hagl_rotozoom.png) ``` $ brew install sdl2 # macOs $ sudo dnf install SDL2-devel # Fedora, Rocky etc $ sudo apt install libsdl2-dev # Debian, Ubuntu etc ``` ``` $ git clone https://github.com/tuupola/sdl2_effects.git --recursive $ cd sdl2_effects $ make clean && make run ``` ## Run on ESP32 HAGL is hardware agnostic. You can run the demos also [ESP32 based boards](https://github.com/tuupola/esp_effects).