Démonstration en GL4D
This repository has been archived on 2022-05-19. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2022-05-15 20:25:16 +02:00
includes Add transition between 2 scene of a rotating cube 2022-05-15 20:25:16 +02:00
shaders Add transition between 2 scene of a rotating cube 2022-05-15 20:25:16 +02:00
src Add transition between 2 scene of a rotating cube 2022-05-15 20:25:16 +02:00
.gitignore Ignore vscode folder 2022-05-13 20:56:04 +02:00
COPYING Add licence 2022-05-12 13:15:14 +02:00
Makefile moves .c in src folder and .h in includes folder 2022-05-15 15:16:27 +02:00
README.md Add README 2022-05-12 13:44:04 +02:00
window.c Add transition between 2 scene of a rotating cube 2022-05-15 20:25:16 +02:00

Démo GL4D

Informations UP8
Nom Anri KENNEL
Classe L2-X
Numéro d'étudiant 20010664
Mail anri.kennel@etud.univ-paris8.fr
Cycle universitaire 2021-2022
Module Synthèse d'images, animation, et sons

But

Développer une démo d'une durée allant de 30 secondes à 4 minutes alliant bande sonore, synthèse d'images et animation.

Utilisation

Récupération et compilation

Cloner le programme avec soit :

  • En SSH : git clone git@code.up8.edu:Anri/demogl4d.git
  • En HTTPS : git clone https://git.kennel.ml/Paris8/DemoGL4D.git

Une fois dans le projet, pour compiler le programme, utilisez make.

Utilisation

  • ./demo lance la démo.

Infos