当前位置: 首页 > 软件库 > 开发工具 > >

sdl2-examples

授权协议 MIT License
开发语言 C/C++
所属分类 开发工具
软件类型 开源软件
地区 不详
投 递 者 夹谷衡
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

SDL2 Examples

sdl2-examples

"hello world" for SDL2 for various programming languages.

Each sample creates a window, displays an image, then waits two seconds and quits.

Requirements

  • The SDL 2 library.
  • See the README.md file per sample for more information.

Wanted

Examples for:

  • OCaml
  • Haskell
  • Scheme

Requirements for some of the languages

  • C compiler that supports C89 (ANSI C), C99 or C11, for the C samples
  • A C++ compiler for the C++ sample
  • GCC 4.8 or later (or clang++) for the C++11 sample
  • Go 1.1 or later and the sdl2 go package (go get github.com/veandco/go-sdl2/sdl)
  • MRuby with SDL2 added to the configuration file
  • Nim 0.9.4 and sdl2 installed with babel
  • Python 2 or 3 and PySDL2
  • FPC 2.6.4 (or later than 2.4.0, must have Uint8, Uint16 and Uint32)
  • Lua (tested with Lua 5.2) and lua-sdl2

Languages that are not added yet

Pull requests are welcome.

General information

  • License: MIT
  • This list contains all functions, global variables, etc... from QuickCG. If functions have default parameters, these are given as well. QuickCG Global Variables Global variables are normally not recom

  • pygame.examples 示例程序的模块 pygame.examples.aliens.main - 玩完整的外星人示例 pygame.examples.oldalien.main - 玩原始外星人的例子 pygame.examples.stars.main - 运行一个简单的星空示例 pygame.examples.chimp.main - 击中移动的黑猩猩 pygame.examples

  • 前言 vscode 中 使用 cmake 配置 sdl2 开发环境。 1. 下载 SDL https://www.libsdl.org/release/SDL2-devel-2.0.22-mingw.zip 解压复制 x86_64-w64-mingw32 中 bin 和 include 两个目录到项目中。 2. 配置 cmake 导入头文件路径: target_include_directorie

 相关资料
  • Py-SDL2 是 SDL 的 Python 移植版本。Py-SDL2 使用上没有任何许可证限制。

  • SDL2-CS 是 SDL 的 C# 移植版本。 包装器为以下库提供绑定: SDL2 SDL2_image SDL2_mixer SDL2_ttf

  • 我想将此库添加到我的项目中。但是,它不附带预编译文件。它要求我用我不熟悉的自己构建库。它的一个依赖项是SDL2。所以我下载了SDL2开发库文件夹。在cmake中,我单击configure并选择生成器。处理几秒钟后,会弹出一个窗口,显示错误: 这就是日志屏幕显示的内容: C 编译器标识是 MSVC 18.0.40629.0 CXX 编译器标识是 MSVC 18.0.40629.0 检查工作 C 编译

  • 本文向大家介绍Android下SDL2实现五子棋游戏,包括了Android下SDL2实现五子棋游戏的使用技巧和注意事项,需要的朋友参考一下 本文实例介绍了Android下用SDL2实现一个简单的五子棋游戏,分享给大家供大家参考,具体内容如下 1. Five.c 2.FiveData.c     3.FiveData.h   以上就是本文的全部内容,希望对大家的学习有所帮助。

  • 我正在尝试使用 SDL2 TTF 和 OpenGL 显示文本。窗口中出现了一个奇怪的纹理,它有正确的大小和正确的位置,但你看不到任何字母。 我尝试过使用SDL_CreateRGBSurface(),认为这可能是一种更干净的方式来恢复像素,但它也不起作用。我的表面从不为空,并且总是通过验证测试。 我在 while() 循环之前使用 get_front() 函数,在使用 glClear(GL_COLO

  • 我正在运行Ubuntu20.04并尝试使用SDL2库构建一个C++程序。我是从安装库的,所以没有自己编译它。我也在用CMAKE。 问题是我无法运行该程序,因为它报告了一个错误: 无法创建窗口:没有可用的视频设备 我读过这个,这个和更多的链接,但没有一个工作。我已经安装了: xorg-dev libx11-dev libGL1-mesa-glx libsdl2-dev (使用。)