SDL: Difference between revisions
Jump to navigation
Jump to search
>Tompee mNo edit summary |
>Wongck No edit summary |
||
| Line 7: | Line 7: | ||
More information in Wikipedia [http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer] | More information in Wikipedia [http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer] | ||
[[Category: Programming]] | |||
Latest revision as of 11:43, 11 October 2011
SDL, or Simple DirectMedia Layer, is a set of C libraries that provides a standard programming interface accross platforms for accessing graphics, sound, and input hardware. Games written using SDL libraries can be easily ported to any platform on which the libraries are supported.
SDL has not yet been ported to any Atari platforms, however it is significant in the context of Atari emulation in that emulators written with SDL can be ported to nearly any major platform (such as Linux or XBox).
See Atari SDL emulators.
More information in Wikipedia [1]