Basically all I did was load a texture using the Slick_util and need to move it. Based on my game dev experience, would I just make a getter and setter for the velocity and x and y coordinates? I read on this and saw a method called
glTranslate()
and it moves the matrix or something instead. How would basic movement work in lwjgl, and how do I keep the movement simple before side scrolling? ???