Learning the SDL2 from scratch, learning to make a game engine in C
Find a file
2026-05-28 12:17:56 +02:00
.gitignore Initial commit 2026-05-28 09:39:25 +02:00
LICENSE Initial commit 2026-05-28 09:39:25 +02:00
README.md Update README.md 2026-05-28 12:17:56 +02:00

experiment-sdl2-c

Learning the SDL2 from scratch, learning to make a game engine in C

Following this tutorial: C Game Engine from Scratch | 01 Setup and Window

install dependencies for macos

brew install sdl2 sdl2_mixer freetype

credits

SDL: https://github.com/libsdl-org/SDL

SDL_MIXER: https://github.com/libsdl-org/SDL_mixer

FreeType: https://gitlab.freedesktop.org/freetype/freetype