I’m trying to cut my use of slick by making my own TextureLoader, I don’t need any fancy tricks.
I was wondering if anyone had a tutorial on loading textures from PNG format
I’m currently looking through the slick source code.
In particular, once reading and decoding the file, how should it be arranged for OpenGL to use it?