A SDL2 project template ready to be used with VSCode on Linux.
The project template comes with the links already setup pointing to the original location of the SDL2 and SLD2_image libraries on linux.
This template uses as Makefile that was configured to build our application into the build/debug
directory.
In order to build the application, type:
$ make
In order to run the application, type:
$ ./build/debug/play
You should see the string "Hello SDL2!" being printed to the console output.