Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add topics/sdl for Simple DirectMedia Layer #3775

Merged
merged 1 commit into from
Jul 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions topics/sdl/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
aliases: libsdl
created_by: SDL Community
display_name: Simple DirectMedia Layer
github_url: https://github.com/libsdl-org
logo: sdl.png
related: game-engine, game-development
released: 1998
short_description: SDL is a cross-platform development library providing low level access to audio, keyboard, mouse, joystick, and graphics hardware.
topic: sdl
url: https://www.libsdl.org/
wikipedia_url: https://en.wikipedia.org/wiki/Simple_DirectMedia_Layer
---
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.
Binary file added topics/sdl/sdl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading