Konten dihapus Konten ditambahkan
Mursito (bicara | kontrib)
Cobayisreh (bicara | kontrib)
Tidak ada ringkasan suntingan
Baris 1:
{{Infobox software
| name = Simple DirectMedia Layer
| screenshot = [[File:Sdl-logo.png|frameless]]
| caption = SDL logo
| author = [[Sam Lantinga]]
| developer = SDL Community ?
| latest release version = 1.2.15
| latest release date = ~ {{Start date and age|df=yes|2012|01|20}}
| latest preview version = 2.0
| latest preview date = Nightly
| operating system = [[Cross-platform]]
| programming language = [[C (programming language)|C]]
| genre = [[application programming interface|API]]
| license = 1.2 [[GNU LGPL]] / 2.0 [[zlib License]]
| website = {{#if:www.libsdl.org|<!--
--><span class="url"><!--
-->{{#ifeq:{{#titleparts:{{lc:xwww.libsdl.org}}|1|1}}|{{lc:xwww.libsdl.org}}|<!-- work-around when titleparts doesn't accept the URL and returns the full string without a capital: don't attempt to transform the displayed URL
-->[{{#if:1|www.libsdl.org}} {{#if:|{{#if:1|}}|{{#if:1|www.libsdl.org}}}}]<!-- These "#if:1" pseudo-tests (always true) allow trimming leading spaces in their text parameter
-->|<!--
-->{{#switch:{{lc:{{#titleparts:www.libsdl.org|2}}}}
|https:/
|http:/
|ftp:/=<!-- Matches https:/ or http:/ or ftp:/
-->[{{#if:1|www.libsdl.org}} <!-- This #if:1 allows trimming leading spaces in the full URL: {{{1|}}}
-->{{#if:|{{#if:1|}}| <!-- This #if:1 allows trimming leading spaces in the specified display text : {{{2|}}}
-->{{lc:<!-- domain name in lowercase
-->{{#titleparts:www.libsdl.org|1|3}}<!--
-->}}<!--
-->{{#if:{{#titleparts:www.libsdl.org||4}}<!-- rest of the path
-->|/{{#titleparts:www.libsdl.org||4}}<!--
-->}}<!--
-->}}<!--
-->]<!--
-->|#default=<!-- Not https:/ or http:/ or ftp:/
-->[http://{{#if:1|www.libsdl.org}} <!-- This #if:1 allows trimming leading spaces in the full URL: {{{1|}}}
-->{{#if:|{{#if:1|}}| <!-- This #if:1 allows trimming leading spaces in the specified display text : {{{2|}}}
-->{{lc:<!-- domain name in lowercase
-->{{#titleparts:www.libsdl.org|1|1}}<!--
-->}}<!--
-->{{#if:{{#titleparts:www.libsdl.org||2}}<!-- rest of the path
-->|/{{#titleparts:www.libsdl.org||2}}<!--
-->}}<!--
-->}}<!--
-->]<!--
-->}}<!--
-->}}<!--
--></span><!--
-->|<!--
-->{{#if:||<!--
-->{{tlx|URL|''example.com''|''optional display text''}}<!--
-->}}<!--
-->}}
}}
'''SDL''' ('''Simple DirectMedia Layer''') adalah ''[[perpustakaan (ilmu komputer)|library]]'' pemrograman untuk membuat aplikasi multimedia di berbagai sistem operasi. Dengan menggunakan SDL, programmer dapat mengakses layar, suara, papan ketik, joystick, hardware 3D dan 2D framebuffer dengan menggunakan cara yang sama di berbagai sistem operasi. Kelebihan lain dari SDL adalah dapat digunakan dengan berbagai bahasa pemrograman.