Fading Coder

One Final Commit for the Last Sprint

Set Up SDL2 in VS Code on Windows with MinGW-w64

Windows 10/11 64-bit MinGW-w64 installed (example path: C:\mingw64) VS Code with the C/C++ extension Obtain SDL2 Go to https://www.libsdl.org/ Download both of the following for MinGW: Development package: SDL2-devel--mingw.tar.gz Runtime binaries: SDL2--win32-x64.zip (contains SDL2.dll) Choose x86...