Skip to content
/ SDL2 Public
forked from zielmicha/SDL2

SDL2 with changed (saner?) blending function for SDL_BLENDMODE_BLEND

License

Notifications You must be signed in to change notification settings

waters222/SDL2

This branch is up to date with zielmicha/SDL2:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

373232d · Apr 28, 2014
Mar 13, 2013
Mar 17, 2013
Apr 3, 2013
Oct 20, 2012
Apr 2, 2013
Mar 10, 2013
Nov 16, 2012
Feb 18, 2013
Aug 3, 2013
Apr 28, 2014
Apr 3, 2013
Jan 20, 2011
Aug 3, 2013
Mar 4, 2013
May 10, 2010
Jul 10, 2006
Sep 23, 2012
Feb 14, 2007
Dec 28, 2012
Feb 15, 2013
Mar 17, 2013
Feb 14, 2013
Feb 19, 2013
Feb 16, 2011
Jul 24, 2011
Mar 17, 2013
Jul 24, 2011
Mar 10, 2013
Mar 10, 2013
Mar 10, 2013
Jan 22, 2011
Mar 10, 2013
Mar 27, 2013
Mar 10, 2013
Sep 15, 2012
Mar 20, 2013
Nov 16, 2012
Mar 10, 2013
Nov 5, 2012
Mar 10, 2013
Mar 17, 2013
Mar 10, 2013
Jan 23, 2012
Oct 11, 2012
Dec 1, 2008
Jan 20, 2011
Oct 20, 2012
Feb 28, 2011
Mar 9, 2013
Mar 9, 2013
Jan 22, 2012
Feb 15, 2013
Jan 22, 2012

Repository files navigation

                         Simple DirectMedia Layer

                                  (SDL)

                                Version 2.0

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

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

The current version supports Windows, Mac OS X, Linux, FreeBSD,
NetBSD, OpenBSD, BSD/OS, Solaris, iOS, and Android. The code contains
support for other operating systems but those are not officially supported.

SDL is written in C, but works with C++ natively, and has bindings to
several other languages, including Ada, C#, Eiffel, Erlang, Euphoria,
Go, Guile, Haskell, Java, Lisp, Lua, ML, Objective C, Pascal, Perl, PHP,
Pike, Pliant, Python, Ruby, and Smalltalk.

This library is distributed under the zlib license, which can be found
in the file "COPYING".

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 and FAQs are available online at:
	http://wiki.libsdl.org/

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.php

Enjoy!
	Sam Lantinga				([email protected])

About

SDL2 with changed (saner?) blending function for SDL_BLENDMODE_BLEND

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.1%
  • Shell 6.4%
  • Objective-C 2.5%
  • C++ 2.2%
  • CMake 0.9%
  • Perl 0.4%
  • Other 0.5%