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
- Host: GitHub
- URL: https://github.com/leodubosclard/dvd
- Owner: leodubosclard
- License: mit
- Created: 2021-10-20T15:41:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-22T09:05:35.000Z (over 4 years ago)
- Last Synced: 2025-04-16T11:39:14.353Z (about 1 year ago)
- Topics: c, dvd-screensaver, makefile
- Language: C
- Homepage:
- Size: 126 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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.