Featured contribution

Top  Previous  Next

Image loader library

 

This month's featured contribution comes from Gordon Tackett, a talented Gamestudio user who has created a very useful image loader library. What does this library do? It reads a config file, loads the images into an internal structure, and then allows us to access them using their index number. In fact, the snippet allows you to do many more things; just check the very well commented source code to learn about all the features.

 

Gordon took the time to create a very simple demo that shows its library in action; it loads a mouse cursor bitmap and changes it whenever we press the "O" (not the zero!) key.

 

aum106_exq1

 

Thank you a lot for the great contribution, Gordon!