RubyGems Navigation menu

stb_image_ffi 1.0.2

Very naive bindings for stb_image.h. Implements only stbi_set_flip_vertically_on_load and stb_load since these are the 2 functions I need to load an image as a texture in OpenGL. The reason I made this instead of using stb-image is because stb-image didn't implement stbi_set_flip_vertically_on_load, as far as I can tell, which is useful/necessary when wanting to load image data in a format immediately consumable by OpenGL (see Example in README).

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 1.0.2 - October 03, 2019 (158.0 KB)
  2. 1.0.1 - October 02, 2019 (158.0 KB)
  3. 1.0.0 - October 02, 2019 (158.0 KB)

Runtime 相依性套件 (1):

ffi >= 0

Development 相依性套件 (4):

bundler ~> 1.17
pry-byebug >= 0
rake ~> 10.0
rspec ~> 3.0

擁有者:

Pushed by:

作者:

  • Boatrite

SHA 256 checksum:

5c97cb28d0c5056752bcc029f66ddfd61a7452ef7b4855e6ce7105e60c56e2a4

總下載次數 5,413

這個版本 2,269

License:

MIT

Ruby 版本需求: >= 0

相關連結: