-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated documentation for the Apple packages
- Loading branch information
Showing
7 changed files
with
97 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
|
||
# Using this package | ||
|
||
This package contains SDL_image built for Xcode, and includes support for macOS, iOS and tvOS. | ||
|
||
To use this package in Xcode, drag `SDL3_image.xcframework` into your project. | ||
|
||
To use this package in a CMake project, copy both `SDL3_image.xcframework` and `share` to `~/Library/Frameworks`. | ||
|
||
You can include support for additional image formats by including the frameworks in the optional folder in your application. They will be automatically loaded by SDL_image as needed. | ||
|
||
# Documentation | ||
|
||
An API reference and additional documentation is available at: | ||
|
||
https://wiki.libsdl.org/SDL3_image | ||
|
||
# Discussions | ||
|
||
## Discord | ||
|
||
You can join the official Discord server at: | ||
|
||
https://discord.com/invite/BwpFGBWsv8 | ||
|
||
## Forums/mailing lists | ||
|
||
You can join SDL development discussions at: | ||
|
||
https://discourse.libsdl.org/ | ||
|
||
Once you sign up, you can use the forum through the website or as a mailing list from your email client. | ||
|
||
## Announcement list | ||
|
||
You can sign up for the low traffic announcement list at: | ||
|
||
https://www.libsdl.org/mailing-list.php | ||
|
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
|
||
# Using this package | ||
|
||
This package contains SDL_image built for Xcode. | ||
|
||
To use this package in Xcode, drag `SDL3_image.framework` into your project. | ||
|
||
# Documentation | ||
|
||
An API reference and additional documentation is available at: | ||
|
||
https://wiki.libsdl.org/SDL3_image | ||
|
||
# Discussions | ||
|
||
## Discord | ||
|
||
You can join the official Discord server at: | ||
|
||
https://discord.com/invite/BwpFGBWsv8 | ||
|
||
## Forums/mailing lists | ||
|
||
You can join SDL development discussions at: | ||
|
||
https://discourse.libsdl.org/ | ||
|
||
Once you sign up, you can use the forum through the website or as a mailing list from your email client. | ||
|
||
## Announcement list | ||
|
||
You can sign up for the low traffic announcement list at: | ||
|
||
https://www.libsdl.org/mailing-list.php | ||
|
Binary file not shown.