Categories: None [Edit]

stb_image_ffi

https://rubygems.org/gems/stb_image_ffi
https://github.com/boatrite/stb_image_ffi
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).

Total

Ranking: 113,530 of 180,404
Downloads: 5,364

Daily

Ranking: 67,524 of 180,385
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,060,853,113bundler
16849,094,940rake
23765,651,376rspec
30684,229,779ffi
171190,986,881pry-byebug

Owners

#GravatarHandle
1iconboatrite