Skip to content

Commit

Permalink
Updated the Android release archive
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 16, 2025
1 parent 65af9f1 commit 662ad44
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 19 deletions.
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

Expand Down Expand Up @@ -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]>
3 changes: 2 additions & 1 deletion build-scripts/release-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,9 @@
},
"files": {
"": [
"build-scripts/pkg-support/android/INSTALL.md.in:INSTALL.md",
"LICENSE.txt",
"build-scripts/pkg-support/android/README.md.in:README.md"
"README.md"
]
}
}
Expand Down

0 comments on commit 662ad44

Please sign in to comment.