Hello, I am looking for a simple sprite animation class

Hello, I’m new and moving to Java. I have a simple C/C++ background, as well as some .NET programming. My last coding practice was a Sprite Animation Class in Visual Basic .NET.

I’m quickly looking for an example Sprite Class in Java, without having to hunt down code while I get my bearings with the Language.

I’m using the latest Java SE with Eclipse.

Could someone please drop some code in this thread that I can readily just run and load one of my animated sprites into? I just want to get a simple sprite animation loop with basic timing up and running.

The reason I moved to Java is because of the readily available libraries that are high performance. So if possible, I would like to try this with LWJGL or something similar, that can do OpenGL rendering.

Since I have never used any of the libraries, I don’t also expect a tutorial on one, but just maybe a quick link to getting it up and running. I’m already looking at LWJGL.

Thank you, and if you can help, this will give me a good idea on what to expect from Java in terms of coding.

:persecutioncomplex: