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

https://github.com/lashasd/sdl2macboilerplate

SDL2 Development Boilerplate for Mac
https://github.com/lashasd/sdl2macboilerplate

boilerplate boilerplate-template macos sdl2

Last synced: 2 months ago
JSON representation

SDL2 Development Boilerplate for Mac

Awesome Lists containing this project

README

          

# SDL2 BoilerPlate for CLang++ (Mac Developers)
Basic Build Makefile that links the Include folder aswell the SDL2 and SDL2_Image Framework

## Requirements:
- [SDL2 Framework(.dmg file)](https://github.com/libsdl-org/SDL_image/releases/tag/release-2.6.2) copied into the /Library/Frameworks Directory
- [SDL2_Image Framework(.dmg file)](https://github.com/libsdl-org/SDL/releases/tag/release-2.26.1) copied into the /Library/Frameworks Directory

###### Sweat and Tears poured by [LashaSD](https://github.com/LashaSD)