Tagged Questions
0
votes
2answers
118 views
How to reduce/handle image loading times?
I'm working on a 2D game that has very high resolution images (so that things look good on Retina MacBooks and such), and am seeing a noticeable lag caused by image loading.
I notice the strongest ...
1
vote
2answers
640 views
Dynamically load images inside jar
I'm using Slick2d for a game, and while it runs fine in Eclipse, i'm trying to figure out how to make it work when exported to a runnable .jar. I have it set up to where I load every image located in ...
0
votes
1answer
4k views
DevIL image library isn't loading my image
This is the first time I've had this problem, my code just won't load the images I need it to.
Here is my first function for loading the image into data:
void ...