No description
Find a file
Sam Lantinga bb5882bafe Fixed spurious keypress at startup on BeOS
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40340
2002-04-11 18:22:05 +00:00
docs
include Explicitly specify the SDL API calling convention (C by default) 2002-04-11 14:35:16 +00:00
src Fixed spurious keypress at startup on BeOS 2002-04-11 18:22:05 +00:00
test Date: Thu, 28 Mar 2002 09:20:03 +0200 2002-03-28 16:20:10 +00:00
.cvsignore
acinclude.m4
autogen.sh
Borland.zip David Snopek added Borland compiler support 2002-02-13 17:45:24 +00:00
BorlandC.html David Snopek added Borland compiler support 2002-02-13 17:45:24 +00:00
BUGS Mike Gorchak added some QNX tweaks, including OpenGL support 2002-02-14 02:15:15 +00:00
config.guess
config.sub
configure.in Patrice's fixes for GNU Pthread support 2002-04-01 15:35:28 +00:00
COPYING
CREDITS Added initial support for Atari (thanks Patrice!) 2002-02-17 19:54:28 +00:00
CWprojects.sea.bin
docs.html Removed the API changes to preserve SDL 1.2 stability 2002-03-06 11:05:47 +00:00
EpocBuildFiles.zip Added support for building SDL for EPOC/SymbianOS 6.0 (thanks Hannu!) 2001-12-14 12:37:34 +00:00
INSTALL Updated mailing list information 2001-12-14 12:46:15 +00:00
install-sh
ltconfig *** empty log message *** 2001-12-26 17:50:58 +00:00
ltmain.sh
Makefile.am Added SDL_LockRect() and SDL_UnlockRect() 2002-03-05 19:55:32 +00:00
missing
mkinstalldirs
MPWmake.sea.bin
PBProjects.tar.gz *** empty log message *** 2002-02-14 21:26:42 +00:00
README Added initial support for Atari (thanks Patrice!) 2002-02-17 19:54:28 +00:00
README-SDL.txt
README.AmigaOS
README.CVS
README.Epoc Added support for building SDL for EPOC/SymbianOS 6.0 (thanks Hannu!) 2001-12-14 12:37:34 +00:00
README.MacOS
README.MacOSX
README.MiNT *** empty log message *** 2002-03-26 17:37:31 +00:00
README.NanoX
README.OpenBSD
README.QNX Date: Thu, 28 Mar 2002 09:20:03 +0200 2002-03-28 16:20:10 +00:00
README.Win32 David Snopek added Borland compiler support 2002-02-13 17:45:24 +00:00
README.WinCE
sdl-config.in Removed the API changes to preserve SDL 1.2 stability 2002-03-06 11:05:47 +00:00
sdl.m4
SDL.spec.in RPM dependency fix courtesy of Edward Rudd 2002-03-31 04:07:05 +00:00
strip_fPIC.sh
TODO
VisualC.html
VisualC.zip
WhatsNew Removed the API changes to preserve SDL 1.2 stability 2002-03-06 11:05:47 +00:00

                         Simple DirectMedia Layer

                                  (SDL)

                                Version 1.2

---
http://www.libsdl.org/

This is the Simple DirectMedia Layer, a generic API that provides low
level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL,
and 2D framebuffer across multiple platforms.

SDL is written in C, but works with C++ natively, and has bindings to
several other languages, including Ada, Eiffel, ML, Perl, and Python. 

The current version supports Linux, Windows, BeOS, MacOS, MacOS X,
FreeBSD, BSD/OS, Solaris, and IRIX.  The code contains support for
Atari, Windows CE, OpenBSD, NetBSD, AIX, OSF/Tru64, and QNX, but these
are not yet officially supported.

This library is distributed under GNU LGPL version 2, which can be
found in the file  "COPYING".  This license allows you to use SDL
freely in commercial programs as long as you link with the dynamic
library.

The best way to learn how to use SDL is to check out the header files in
the "include" subdirectory and the programs in the "test" subdirectory.
The header files and test programs are well commented and always up to date.
More documentation is available in HTML format in "./docs/index.html"

The test programs in the "test" subdirectory are in the public domain.

Frequently asked questions are answered online:
	http://www.libsdl.org/faqs.html

If you need help with the library, or just want to discuss SDL related
issues, you can join the developers mailing list:
	http://www.libsdl.org/mailing-list.html

Enjoy!
	Sam Lantinga				(slouken@libsdl.org)