Skip to content

TheWriter2/tw-sdl2-barebones-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Barebones SDL2 Template

My SDL2 basic template to get things going.

To compile it, you need SDL2 somewhere in your computer.

Compiling will vary from machine to machine, but here's the command I use:

gcc main.c -o soft.exe -IPathToIncludeFolder -LPathToLibFolder -lSDL2 -municode

About

My SDL2 basic template to get things going.

Resources

License

Stars

Watchers

Forks

Languages