README
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:2k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

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