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.
- Host: GitHub
- URL: https://github.com/thewriter2/tw-sdl2-barebones-template
- Owner: TheWriter2
- License: gpl-3.0
- Created: 2023-10-02T12:16:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T12:24:34.000Z (over 2 years ago)
- Last Synced: 2025-02-17T21:46:13.204Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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*