README 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. Simple DirectMedia Layer
  2. (SDL)
  3. Version 1.2
  4. ---
  5. http://www.libsdl.org/
  6. This is the Simple DirectMedia Layer, a general API that provides low
  7. level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL,
  8. and 2D framebuffer across multiple platforms.
  9. The current version supports Linux, Windows CE/95/98/ME/XP/Vista, BeOS,
  10. MacOS Classic, Mac OS X, FreeBSD, NetBSD, OpenBSD, BSD/OS, Solaris, IRIX,
  11. and QNX. The code contains support for Dreamcast, Atari, AIX, OSF/Tru64,
  12. RISC OS, SymbianOS, Nintendo DS, and OS/2, but these are not officially
  13. supported.
  14. SDL is written in C, but works with C++ natively, and has bindings to
  15. several other languages, including Ada, C#, Eiffel, Erlang, Euphoria,
  16. Guile, Haskell, Java, Lisp, Lua, ML, Objective C, Pascal, Perl, PHP,
  17. Pike, Pliant, Python, Ruby, and Smalltalk.
  18. This library is distributed under GNU LGPL version 2, which can be
  19. found in the file "COPYING". This license allows you to use SDL
  20. freely in commercial programs as long as you link with the dynamic
  21. library.
  22. The best way to learn how to use SDL is to check out the header files in
  23. the "include" subdirectory and the programs in the "test" subdirectory.
  24. The header files and test programs are well commented and always up to date.
  25. More documentation is available in HTML format in "docs/index.html", and
  26. a documentation wiki is available online at:
  27. http://www.libsdl.org/cgi/docwiki.cgi
  28. The test programs in the "test" subdirectory are in the public domain.
  29. Frequently asked questions are answered online:
  30. http://www.libsdl.org/faq.php
  31. If you need help with the library, or just want to discuss SDL related
  32. issues, you can join the developers mailing list:
  33. http://www.libsdl.org/mailing-list.php
  34. Enjoy!
  35. Sam Lantinga (slouken@libsdl.org)