Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pieli/dvd_animation

Dvd-video screensaver lookalike
https://github.com/pieli/dvd_animation

Last synced: about 2 months ago
JSON representation

Dvd-video screensaver lookalike

Awesome Lists containing this project

README

        

# DVD-Video Animation
Animation like the classic tv screensaver.

![screensAnimation hot](screenshot.png)

# Dependencies

Debian based systems:
```
sudo apt install libsdl2-2.0 libsdl2-dev libsdl2-image-dev
```

Arch based systems:
```
sudo pacman -S sdl2 sdl2_image
```

# Installation
***NOTE***
only tested / written for linux

Clone the repository:
```
git clone https://github.com/Pieli/dvd_animation.git
```
Change directory and compile:
```
cd dvd_animation && make
```

# Run animation
change permission:
```
chmod +x dvd
```
run:
```
./dvd
```