The libgdx project is an open-source cross-platform game development library written in Java. It abstracts away the differences between writing OpenGL-based games on various platforms.
12
votes
5answers
378 views
“Heat spot” image generation performance
I wrote a function that generates an image like this.
The function is as follows:
...
5
votes
2answers
164 views
Strategy Game Menus and OOP
Most of my experience is with Objective-C, so I am relatively new to Java inheritance. I understand that there are concepts such as abstract classes and interfaces, but I am still not totally sure ...