
Lazy Foo' Productions - Beginning Game Programming v2.0
2025年1月22日 · By the end of these tutorials, you'll know the basics to make your first real video game! Show images on the screen with SDL2. Handle events with SDL2. Handle keys with SDL2. Optimize your loaded surfaces and stretch them with SDL2. Use SDL extension libraries like SDL_image, SDL_ttf, and SDL_mixer to add functionality to SDL.
SDL2/Tutorials - SDL2 Wiki
A playlist of beginner SDL2 tutorials, focusing on the basics for setting up a RPG 2D platformer. Also features tutorials on how to set up SDL2 on Windows and Linux.
SDL2.0教程翻译·目录 - SDL中文教程 - Flügel der Freiheit
2013年1月25日 · 下面的教程旨在为你提供一个SDL2.0以及c++中游戏设计和相关概念的介绍。 在本教程中,我们假定你对C++有一定程度上的知识,至少了解数组,vector,控制结构,函数还有指针。
SDL2/FrontPage - SDL2 Wiki
How to install SDL on your platform of choice and link your program against it. ... API reference by name (Functions, Structures, and Enumerations) or by Category
GitHub - DaviHynh/SDL2-Windows-Setup: A guide for setting up SDL2 …
A guide for setting up SDL2 with C/C++ on Windows 11 using MSYS2 and VS Code. This tutorial assumes that VS Code is already installed. Make sure to install the C/C++ extension.
SDL2 Game Tutorials - parallelrealities.co.uk
2025年3月2日 · Learn how to create a 2D run and gun game, like Contra, Turrican, and Duke Nukem. A full level!
SDL Guide 中文译版 - DoubleLi - 博客园
2014年5月29日 · SDL 为方便制作能跨跃Linux、BSD、MacOS、Win32和BeOS平台,使用本地高性能媒体接口,并且让您可以只需使用一份源代码级API而设计。 SDL 是相当低层的API,但使用它可以让你以极大的灵活性写出完全跨平台的程序。 SDL doc项目即要重新编写 SDL 文档并同步更新。 项目组有使用 SDL 的志愿者组成。 最新版本可在 http://sdldoc.sourceforge.net 下载. Sam Lantinga, slouken@lib sdl.org. Martin Donlon, [email protected]. Mattias Engdeg?rd. Julian …
SDL2基本使用 - CSDN博客
2025年1月21日 · 教程参考至SDL2官网维基中 C++ Programming (thenumb.at),其目录 - SDL2章节下的8个基本教程,下述将基于C语言实现代码,且加上对应的注释。 还有就是为了保证代码看起来清晰些,把创建是否成功的状态判断,都去掉了,默认成功创建窗口、表面、图形等对象。 然后在没有看到SDL2的交互函数时,暂且先用 while(1);,来保持绘制界面。 除此之外,除了在第一个案例末尾演示内存释放流程外其它案例,也不在演示释放函数。 如果觉得下述讲解的太过 …
SDL2 Tutorials - Gigi Labs
Below is a set of tutorials I wrote covering the basics of SDL2. SDL stands for Simple DirectMedia Layer, a library used in games and other multimedia applications. It provides the means to use …
轻松上手:Windows系统下SDL2下载与安装全攻略 - 云原生实践
2024年11月23日 · SDL2(Simple DirectMedia Layer 2)是一个开源的、跨平台的多媒体开发库,它提供了底层的音频、键盘、鼠标、游戏手柄等输入设备、图形硬件以及网络等功能。