An open API service indexing awesome lists of open source software.

https://github.com/thewriter2/tw-sdl2-barebones-template

My SDL2 basic template to get things going.
https://github.com/thewriter2/tw-sdl2-barebones-template

Last synced: about 1 year ago
JSON representation

My SDL2 basic template to get things going.

Awesome Lists containing this project

README

          

# 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*