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
- Host: GitHub
- URL: https://github.com/lashasd/sdl2macboilerplate
- Owner: LashaSD
- Created: 2022-12-29T17:15:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-31T21:18:59.000Z (over 3 years ago)
- Last Synced: 2025-04-11T23:44:06.410Z (about 1 year ago)
- Topics: boilerplate, boilerplate-template, macos, sdl2
- Language: C++
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)