Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/czoido/sdl-ios-conan
Simple example of a game using SDL for iOS using Conan
https://github.com/czoido/sdl-ios-conan
conan game ios sdl
Last synced: 5 days ago
JSON representation
Simple example of a game using SDL for iOS using Conan
- Host: GitHub
- URL: https://github.com/czoido/sdl-ios-conan
- Owner: czoido
- Created: 2022-04-23T07:41:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-23T07:43:52.000Z (over 2 years ago)
- Last Synced: 2024-11-09T11:43:42.863Z (2 months ago)
- Topics: conan, game, ios, sdl
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple example of an application in C++ using SDL for iOS. Using Conan for managing dependencies.
```
conan install . -s build_type=Release --install-folder=conan -pr:b=default -pr:h=./ios_simulator --build=missing
conan install . -s build_type=Debug --install-folder=conan -pr:b=default -pr:h=./ios_simulator --build=missing
conan install . -s build_type=Release --install-folder=conan -pr:b=default -pr:h=./ios_profile --build=missing
conan install . -s build_type=Debug --install-folder=conan -pr:b=default -pr:h=./ios_profile --build=missing
xcodegen generate
```Some code from here: https://github.com/MarcelBraghetto/a-simple-triangle