forked from libsdl-org/SDL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,7 @@ | ||
|
||
The Simple DirectMedia Layer (SDL for short) is a cross-platform library | ||
designed to make it easy to write multi-media software, such as games | ||
and emulators. | ||
# Using this package | ||
|
||
The Simple DirectMedia Layer library source code is available from: | ||
https://www.libsdl.org/ | ||
|
||
This library is distributed under the terms of the zlib license: | ||
http://www.zlib.net/zlib_license.html | ||
|
||
# @<@PROJECT_NAME@>@-@<@PROJECT_VERSION@>@.aar | ||
|
||
This Android archive allows use of @<@PROJECT_NAME@>@ in your Android project, without needing to copy any SDL source. | ||
This package contains SDL built for the Android platform. | ||
|
||
## Gradle integration | ||
|
||
|
@@ -65,13 +55,37 @@ python @<@PROJECT_NAME@>@-@<@PROJECT_VERSION@>@.aar -o android_prefix | |
``` | ||
Add `--help` for a list of all available options. | ||
|
||
# Documentation | ||
|
||
An API reference, tutorials, and additional documentation is available at: | ||
|
||
https://wiki.libsdl.org/SDL3 | ||
|
||
# Example code | ||
|
||
There are simple example programs available at: | ||
|
||
https://examples.libsdl.org/SDL3 | ||
|
||
# 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. | ||
|
||
Look at the example programs in ./examples (of the source archive), and check out online documentation: | ||
https://wiki.libsdl.org/SDL3/FrontPage | ||
## Announcement list | ||
|
||
Join the SDL discourse server if you want to join the community: | ||
https://discourse.libsdl.org/ | ||
You can sign up for the low traffic announcement list at: | ||
|
||
https://www.libsdl.org/mailing-list.php | ||
|
||
That's it! | ||
Sam Lantinga <[email protected]> |
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