tuupola / sdl2_effects

Old school demo effects with HAGL and SDL2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Old schoold demo effects

Created to test the HAGL graphics library. You need SDL2 to run the demos.

2nd Reality

$ brew install sdl2 # macOs
$ sudo dnf install SDL2-devel # Fedora, Rocky etc
$ sudo apt-get install libsdl2-dev # Debian based distros
$ git clone https://github.com/tuupola/sdl2_effects.git --recursive
$ cd sdl2_effects
$ make clean && make
$ ./demo

Run on ESP32

HAGL is hardware agnostic. You can run the demos also ESP32 based boards.

About

Old school demo effects with HAGL and SDL2

License:MIT No Attribution


Languages

Language:C 99.6%Language:Makefile 0.4%