Skip to content

independentpixels/sdl2-starter-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDL2-Starter Linux

A SDL2 project template ready to be used with VSCode on Linux.

Pre-requisites

The project template comes with the links already setup pointing to the original location of the SDL2 and SLD2_image libraries on linux.

Building the application

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

Running the application

In order to run the application, type:

$ ./build/debug/play

You should see the string "Hello SDL2!" being printed to the console output.

LICENSE

MIT

About

A SDL2 starter project for Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published