Two demo applications for trade shows, exhibitions, and kiosk displays.
Classic -- Oldschool Demoscene
A classic demoscene-style demo with multiple visual effects, text scrollers, and tracker music. Built with SDL2 and inspired by 1990s Amiga/PC demos.
Breeze -- Weather & Time Display
A GTK-based weather and time display with animated backgrounds. Touch anywhere to temporarily show a configurable web page (e.g., a dashboard), then automatically return to the weather view.
# Build everything
make
# Or build individually
make -C classic
make -C breeze
# Run with Docker Compose
docker compose up classic
docker compose up breezeMIT License -- See LICENSE for details.