Wiki Page Content

Differences between revisions 49 and 52 (spanning 3 versions)
Revision 49 as of 2011-03-16 21:31:05
Size: 2265
Editor: Sam Lantinga
Comment: Added a simple description of what SDL is.
Revision 52 as of 2012-01-28 20:08:08
Size: 2492
Editor: Sam Lantinga
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
SDL drastically reduces the time you spend bringing your game to desktop and mobile platforms.

It is designed to
cleanly replace the platform-specific code you have for:
SDL drastically reduces the time you spend bringing your game to desktop and mobile platforms, cleanly replacing platform specific code for:
Line 19: Line 17:
SDL fully supports modern 3D graphics using Direct3D and OpenGL, and has a 2D graphics API for emulators and classic games. SDL fully supports high end 3D graphics using Direct3D and OpenGL, and has a 2D graphics API for emulators and classic games.
Line 21: Line 19:
This wiki is your portal to documentation and other resources for SDL 1.3. This wiki is your portal to documentation and other resources for SDL 2.0.
Line 31: Line 29:
  . An introduction to the features in SDL 1.3.<<BR>>Includes a Migration Guide from 1.2 to 1.3!   . An introduction to the features in SDL 2.0.<<BR>>Includes a Migration Guide from 1.2 to 2.0!
Line 49: Line 47:
##''Please note that the Feedback form is __not__ for SDL technical support. Please direct technical questions about SDL to the appropriate [[http://forums.libsdl.org/|Forum]] or to one of the [[http://www.libsdl.org/mailing-list.php|Mailing Lists]].''

Simple DirectMedia Layer

What is it?

SDL drastically reduces the time you spend bringing your game to desktop and mobile platforms, cleanly replacing platform specific code for:

  • window and display management
  • interactive input
  • advanced multi-threading
  • ... and much more.

SDL fully supports high end 3D graphics using Direct3D and OpenGL, and has a 2D graphics API for emulators and classic games.

This wiki is your portal to documentation and other resources for SDL 2.0.
You can find the old SDL 1.2 wiki at: http://www.libsdl.org/cgi/docwiki.cgi.

Using the SDL documentation Wiki

Use the links under the Navigation Links heading in the left-hand menu to access:

  • Introduction

    • An introduction to the features in SDL 2.0.
      Includes a Migration Guide from 1.2 to 2.0!

  • API reference by Name or by Category

    • The official documentation for the API. Look here to find detailed information about the functions, structures, and enumerations.
  • Tutorials

    • Want to learn about a feature in SDL you haven't used before? Here's a great place to get started!
  • Articles

    • A sampling of the articles that have been written about SDL.
  • Books

    • Looking for more information than you can get online? Check out the books listed here.
  • FAQs

    • A few of the most commonly asked questions about using SDL are answered here.
  • Forums

    • A great place to keep up with the latest news, help other users out, and ask questions.
  • Contributing

    • Users wishing to contribute content to the wiki should follow the guidelines provided in this guide.

We hope you find everything you are looking for and enjoy using SDL. If anything is not addressed somewhere here feel free to take advantage of the Feedback form in the upper right or send an email to <ANTI SPAM wiki AT libsdl DOT org>.

Enjoy!

None: FrontPage (last edited 2019-05-21 03:59:04 by RyanGordon)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit