how do i load textures now that slick util doesnt work?

Started by zipper9998, September 11, 2015, 18:43:40

Previous topic - Next topic

zipper9998


FortressBuilder

LWJGL 3 has STB included, which is a lightweight utility library for loading images, sounds and fonts.

You can look at the tests or the javadoc for examples on how to use it.