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

https://github.com/leodubosclard/dvd

-> README.md
https://github.com/leodubosclard/dvd

c dvd-screensaver makefile

Last synced: 11 months ago
JSON representation

-> README.md

Awesome Lists containing this project

README

          

# DVD

## Goal of the project
The goal of the project is to make a duo project just after first part of cpool at Epitech. The project was created with @Just1Truc. The project is to re-create the dvd animation whe no disc is inserted in C with CSFML library. Too add a personnal touch. It's not the logo that changes color each time it touches an adge of the window but the background.

## Other details
This project was completed in 2 days and complies with the ***Coding Style*** rules imposed by Epitech

## Images
![](./presentations_images/window_pres.png)

## Installation
To test this project, you can just clone or download this repository and use the *``make``* command to run our Makefile then run this command: *``./dvd``*. Of course, make sure you have installed the CSFML library on your PC.