RubyGems Navigation menu

stb_image_ffi 1.0.1

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](https://rubygems.org/gems/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:
= Copy to clipboard Copied!

instalar:
=

Versões:

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

Runtime Dependencies (1):

ffi >= 0

Development Dependencies (4):

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

Donos:

Pushed by:

Autores:

  • Boatrite

SHA 256 checksum:

0f8c2be14d039ae19e34b874eaaf59bd31340a9ab35043efc02a1f94e738642f

Total de downloads 5.410

Desta versão 1.552

Licença:

MIT

Versão Requerida do Ruby: >= 0

Links: