Skip to content

Commit 9398c19

Browse files
authored
Merge pull request #3775 from greg-kennedy/patch-1
Add topics/sdl for Simple DirectMedia Layer
2 parents d85eaa3 + 5d5b64a commit 9398c19

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

topics/sdl/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
aliases: libsdl
3+
created_by: SDL Community
4+
display_name: Simple DirectMedia Layer
5+
github_url: https://github.com/libsdl-org
6+
logo: sdl.png
7+
related: game-engine, game-development
8+
released: 1998
9+
short_description: SDL is a cross-platform development library providing low level access to audio, keyboard, mouse, joystick, and graphics hardware.
10+
topic: sdl
11+
url: https://www.libsdl.org/
12+
wikipedia_url: https://en.wikipedia.org/wiki/Simple_DirectMedia_Layer
13+
---
14+
Simple DirectMedia Layer (SDL) is a cross-platform software development library designed to provide a hardware abstraction layer for computer multimedia hardware components. Software developers can use it to write high-performance computer games and other multimedia applications that can run on many operating systems such as Android, iOS, Linux, macOS, and Windows. SDL manages video, audio, input devices, CD-ROM, threads, shared object loading, networking and timers. For 3D graphics, it can handle an OpenGL, Vulkan, Metal, or Direct3D context. The library is internally written in C, and provides the application programming interface in C, with bindings to other languages available. SDL is extensively used in the industry in both large and small projects. Over 700 games, 180 applications, and 120 demos have been posted on the library website.

topics/sdl/sdl.png

10.7 KB
Loading

0 commit comments

Comments
 (0)