
Simple DirectMedia Layer - SDL version 1.2.15 (historic)
SDL 1.2 has been superceded by SDL 2.0. SDL 1.2 is no longer supported and no longer works on many modern systems, but the source code is available for historic purposes on GitHub …
Simple DirectMedia Layer - Browse /SDL/1.2.15 at SourceForge.net
2014年1月2日 · This project is an unoffcial and partial mirror of the SDL site. It only contains freely downloadable SDL materials. You can reach the official one…
2. SDL库的介绍与安装 - 知乎 - 知乎专栏
SDL库是 Simple DirectMedia Layer 的缩写,简单直接的多媒体层,不仅包括图像处理,音频处理,输入输出,还支持多线程和事件的开发,而且SDL是跨平台的。因为SDL开源性质,所以非 …
Simple DirectMedia Layer - Homepage
Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. …
libsdl-org/SDL-1.2 - GitHub
This is the Simple DirectMedia Layer, a general API that provides low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D framebuffer across multiple …
SDL中文教程 - 游戏编程入门 - Kelvin喵~
SDL是一个跨平台的多媒体库,它通过OpenGL和2D视频帧缓冲,提供了针对音频、视频、键盘、鼠标、控制杆及3D硬件的低级别的访问接口。 它在MPEG播放软件、模拟器以及许多游戏中 …
SDL 入门指南:了解 SDL,快速上手 SDL 的安装和配 …
2023年5月21日 · SDL(Simple DirectMedia Layer) 是一个开源跨平台开发库,设计目标是提供对音频、键盘、鼠标、操纵杆和图形硬件的低级访问,主要用于视频渲染和游戏开发。
Simple DirectMedia Layer Introduction
Simple DirectMedia Layer Introduction. This library is designed to make it easy to write games that run on many different platforms using the various native high-performance media …
GitHub - libsdl-org/SDL: Simple Directmedia Layer
Simple DirectMedia Layer (SDL for short) is a cross-platform library designed to make it easy to write multi-media software, such as games and emulators. You can find the latest release and …
SDL-1:初识SDL开发库 - CSDN博客
2013年4月16日 · Simple DirectMedia Layer库,简称 SDL,是为数不多的商业游戏开发公司使用的免费软件库之一。 它提供跨平台的二维帧缓冲区图形和音频服务,它支持 Linux、Win32 和 …