
ohai/ruby-sdl2: A Ruby wrapper for SDL 2.x - GitHub
Before installing Ruby/SDL2, you need to install: devkit (only for windows) M4 (only for installing from git repository) SDL 2.x; SDL_image; SDL_mixer; SDL_ttf; After installing these libraries, …
Ruby-sdl2 by ohai
Ruby/SDL2. The simple ruby extension library for SDL 2.x. Install. Before installing Ruby/SDL2, you need to install: devkit (only for windows) M4 (only for installing from git repository) SDL 2.x; SDL_image; SDL_mixer; SDL_ttf; After installing these libraries, you can install Ruby/SDL2 from github: git clone https://github.com/ohai/ruby-sdl2 ...
ruby-sdl2 | RubyGems.org | your community gem host
2018年3月21日 · Ruby/SDL2 is an extension library to use SDL 2.x (Simple DirectMedia Layer). SDL 2.x is quite refined from SDL 1.x and API is changed. This library enables you to control audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D …
Ruby/SDL is a ruby extension library for SDL. This library ... - GitHub
Ruby/SDL is the ruby extension library to use SDL. SDL(Simple DirectMedia Layer) is a cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio
File: README — Documentation by YARD 0.9.12 - GitHub Pages
2018年3月25日 · Ruby/SDL2. The simple ruby extension library for SDL 2.x. Install. Before installing Ruby/SDL2, you need to install: devkit (only for windows) M4 (only for installing from git repository) SDL 2.x; SDL_image; SDL_mixer; SDL_ttf; After installing these libraries, you can install Ruby/SDL2 from github:
ruby-sdl2/README.md at master · ohai/ruby-sdl2 - GitHub
A Ruby wrapper for SDL 2.x. Contribute to ohai/ruby-sdl2 development by creating an account on GitHub.
Module: SDL2 — Documentation by YARD 0.9.12
2018年3月25日 · Initialize SDL. You must call this function before using any other Ruby/SDL2 methods. You can specify initialized subsystem by flags which is bitwise OR of the following constants: SDL2::INIT_TIMER - timer subsystem; SDL2::INIT_AUDIO - audio subsystem; SDL2::INIT_VIDEO - video subsystem; SDL2::INIT_JOYSTICK - joystick subsystem
rubysdl | RubyGems.org | your community gem host
2009年12月2日 · Ruby/SDL is an extension library to use SDL(Simple DirectMedia Layer). This library enables you to control audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. Ruby/SDL is used by games and visual demos.
File: README — Documentation by YARD 0.8.7.4
Ruby/SDL2. The simple ruby extension library for SDL 2.x. Install. Before installing Ruby/SDL2, you need to install: SDL 2.x. SDL_image. SDL_mixer. SDL_ttf. After installing these libraries, you can install Ruby/SDL2 from github. git clone https: / /github. com / ohai / ruby-sdl2. git cd ruby-sdl2 rake gem gem install pkg / ruby-sdl2-x. y. z ...
Module: SDL2 — Documentation by YARD 0.8.7.4
2014年12月10日 · Initialize SDL. You must call this function before using any other Ruby/SDL2 methods. You can specify initialized subsystem by flags which is bitwise OR of the following constants: SDL2::INIT_TIMER - timer subsystem. SDL2::INIT_AUDIO - audio subsystem. SDL2::INIT_VIDEO - video subsystem. SDL2::INIT_JOYSTICK - joystick subsystem
- 某些结果已被删除