Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)