mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
e50599ae69
SDL is a free cross-platform multi-media development API. It is used for games, emulators, demos, any multimedia application. It handles video, audio, threads, endian independence and more. PR: 13026 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
8 lines
417 B
Plaintext
8 lines
417 B
Plaintext
This library is designed to make it easy to write games that run on UNIX,
|
|
Win32 and BeOS using the various native high-performance media interfaces,
|
|
(for video, audio, etc) and presenting a single source-code level API to
|
|
your application. This is a fairly low level API, but using this, completely
|
|
portable applications can be written with a great deal of flexibility.
|
|
|
|
WWW: http://www.devolution.com/~slouken/SDL/
|