mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-01 23:48:29 +00:00

* Simplified and updated the mingw release archive * Simplified and updated the msvc release archive * Updated the Xcode release archive * Updated the Android release archive
46 lines
1.0 KiB
Markdown
46 lines
1.0 KiB
Markdown
|
|
# Using this package
|
|
|
|
This package contains SDL built for Visual Studio.
|
|
|
|
To use this package, edit your project properties:
|
|
- Add the include directory to "VC++ Directories" -> "Include Directories"
|
|
- Add the lib/_arch_ directory to "VC++ Directories" -> "Library Directories"
|
|
- Add SDL3.lib to Linker -> Input -> "Additional Dependencies"
|
|
- Copy lib/_arch_/SDL3.dll to your project directory.
|
|
|
|
# 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.
|
|
|
|
## Announcement list
|
|
|
|
You can sign up for the low traffic announcement list at:
|
|
|
|
https://www.libsdl.org/mailing-list.php
|
|
|