Skip to content

Instantly share code, notes, and snippets.

View l-t-m-f's full-sized avatar

L_T_M_F l-t-m-f

View GitHub Profile
@l-t-m-f
l-t-m-f / example.c
Created February 13, 2026 20:07
Example - Gestion des images
#include <SDL3/SDL.h>
#include <SDL3_image/SDL_image.h>
SDL_Window *win = nullptr;
SDL_Renderer *rend = nullptr;
SDL_Texture *sprites = nullptr;
int main(int argc, char *argv[])
{
/* Initialisation. */