Create Window - Don't Eat the Yellow Snow! - Part 1 - C and SDL3.

In this video we will Initializing SDL3. We will also create an SDL_Window and SDL_Renderer. We will create the Game Loop and handle SDL_Events. Lastly we will handling errors and freeing resources. A Tutorial Series for creating "Don't Eat the Yellow Snow!" game with SDL3 in the C language. Channel: @ProgrammingRainbow Youtube Playlist: Github: https://github.com/ProgrammingRainbow... SDL3 features: SDL3/SDL.h SDL_Init SDL_Quit SDL_GetError SDL_Delay SDL_Event SDL_PollEvent SDL_Window SDL_CreateWindow SDL_DestroyWindow SDL_Renderer SDL_CreateRenderer SDL_DestroyRenderer SDL_RenderClear SDL_RenderPresent