Hello Guest

Introducing StbImageJava

  • 3 Replies
  • 7508 Views
*

Offline rds

  • *
  • 2
Introducing StbImageJava
« on: February 08, 2020, 09:14:15 »
StbImageJava is Java port of stb_image.h 2.22. Or - in other words - it's a pure Java library without any native dependencies that can load images in JPG, PNG, BMP, TGA, PSD and GIF formats.

If the project will attract interest, I may also port stb_imagewrite.h and stb_truetype.h

https://github.com/StbJava/StbImageJava
« Last Edit: February 09, 2020, 10:32:57 by rds »

*

Offline rds

  • *
  • 2
Re: Introducing StbImageJava
« Reply #1 on: February 11, 2020, 11:11:14 »
The library is now available at the bintray/jcenter: https://bintray.com/rds1983/maven/stb.image/_latestVersion

Re: Introducing StbImageJava
« Reply #2 on: March 06, 2020, 10:03:57 »
This is actually a really cool project  :) , thanks!

*

Offline Cornix

  • *****
  • 488
Re: Introducing StbImageJava
« Reply #3 on: March 06, 2020, 21:17:28 »
What is the difference in performance when compared to the binding that LWJGL provides? Have you run any tests on that?

Disregard my previous comment. Just saw that you have performance comparisons on the github readme.
« Last Edit: March 06, 2020, 21:19:28 by Cornix »