Rincé
This repository has been archived on 2023-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2023-05-12 15:59:45 +02:00
audio Add audio (don't listen to it) 2023-05-03 18:07:59 +02:00
documentation init with empty project 2023-03-18 17:51:56 +01:00
fonts Add OFL license 2023-05-03 18:14:49 +02:00
includes add movement fn 2023-05-12 13:49:33 +02:00
shaders use mix! 2023-05-12 15:59:45 +02:00
src WOW LUMIERE 2023-05-12 14:09:26 +02:00
.gitattributes add midi files 2023-05-03 18:00:10 +02:00
.gitignore space 2023-05-03 12:57:27 +02:00
COPYING init with empty project 2023-03-18 17:51:56 +01:00
demo.sln init with empty project 2023-03-18 17:51:56 +01:00
demo.vcxproj init with empty project 2023-03-18 17:51:56 +01:00
main.c better random 2023-05-12 13:49:20 +02:00
Makefile use gnu standard instead of c for PI constant 2023-05-08 13:10:26 +02:00
README.md retire un warning 2023-05-04 11:21:28 +02:00

Démo API 8 de 2023

Auteur :

  • Anri Kennel

Idée

Aucune...

Dépendances

  • SDL2_mixer (utilisation de fichier MID: timidity++ (avec fluidsynth et soundfont-fluid)) (+ facultativement libsamplerate)

    Il faut bien vérifier que les soundfonts sont installés dans le dossier /usr/share/sounds/sf2, exemple :

    sudo mkdir -p /usr/share/sounds/sf2
    sudo ln -s /usr/share/soundfonts/*.sf2 /usr/share/sounds/sf2/
    
  • SDL2_ttf
  • SDL2_image