ohai / ruby-sdl2

A Ruby wrapper for SDL 2.x
GNU Lesser General Public License v3.0
71 stars 16 forks source link

SDL2::Surface.load method missing in RubyGems version 0.3.2 #12

Closed DataKinds closed 5 years ago

DataKinds commented 6 years ago

Hi,

The SDL2::Surface.load() method is missing from version 0.3.2 downloaded from Ruby Gems. This breaks a few of the example scripts, including but not limited to testsprite.rb.

ohai commented 6 years ago

SDL_image library is required to use SDL2::Surface.load. I think that you do not install the library. Please check the install log.