Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smack0007/clang-sdl
Simple SDL program compiled with clang.
https://github.com/smack0007/clang-sdl
Last synced: 20 days ago
JSON representation
Simple SDL program compiled with clang.
- Host: GitHub
- URL: https://github.com/smack0007/clang-sdl
- Owner: smack0007
- License: mit
- Created: 2022-03-27T10:57:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-28T14:50:28.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T11:47:39.224Z (2 months ago)
- Language: C
- Size: 2.05 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.txt
Awesome Lists containing this project
README
# clang-sdl
Just a basic example of getting SDL up and running with clang. Source of main.c is basically from
[LazyFoo](https://lazyfoo.net/tutorials/SDL/01_hello_SDL/index2.php) with some minor changes.## Requirements
* [clang](https://releases.llvm.org/download.html)
* [VS Build Tools](https://visualstudio.microsoft.com/downloads/?q=build+tools#title-179565)