Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pieli/dvd_animation
- Owner: Pieli
- License: mit
- Created: 2022-07-01T10:47:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-17T21:30:17.000Z (over 2 years ago)
- Last Synced: 2023-06-01T20:29:08.513Z (over 1 year ago)
- Language: C
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 linuxClone 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
```