Learning the SDL2 from scratch, learning to make a game engine in C
| .gitignore | ||
| LICENSE | ||
| README.md | ||
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