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-25 10:14:12 +02:00
audio Add audio (don't listen to it) 2023-05-03 18:07:59 +02:00
documentation update project version 2023-05-21 07:12:03 +02:00
fonts update font 2023-05-21 13:20:26 +02:00
images xxdddddddddddd 2023-05-21 10:19:04 +02:00
includes camel case 2023-05-23 13:11:34 +02:00
shaders more generic transitions impl 2023-05-25 10:14:12 +02:00
src more generic transitions impl 2023-05-25 10:14:12 +02:00
.gitattributes track pngs 2023-05-21 07:59:01 +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 camel case 2023-05-23 13:11:34 +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