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-21 07:59:01 +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 Add OFL license 2023-05-03 18:14:49 +02:00
includes const char 2023-05-19 14:19:31 +02:00
shaders naming 2023-05-21 07:52:10 +02:00
src naming 2023-05-21 07:52:10 +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 add tag scene bones 2023-05-19 13:14:48 +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