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-19 10:41:41 +02:00
audio Listen to the end 2022-05-19 03:00:27 +02:00
documentation Fix infos 2022-05-15 21:21:35 +02:00
includes Add stream data 2022-05-19 10:41:41 +02:00
shaders Start at 0 2022-05-17 22:02:06 +02:00
src Add stream data 2022-05-19 10:41:41 +02:00
.gitignore Ignore zip and tgz files 2022-05-15 21:24:49 +02:00
COPYING Add licence 2022-05-12 13:15:14 +02:00
Makefile Add background music 2022-05-17 22:02:35 +02:00
README.md Add some infos 2022-05-17 22:04:48 +02:00
window.c Use MID instead of OGG 2022-05-19 02:35:29 +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.

Dépendances

  • SDL_mixer (paquet Debian : libsdl2-mixer-dev, Arch : sdl2_mixer)

make release pour compiler le programme avec les optimisations O3.

Utilisation

  • ./demo lance la démo.

Infos