Hello!
What would be the easiest way to create a game with a camera that supports operations like zooming in/ out. So if you would like to see more of the world, then you would increase the size of camera’s viewport. I had an idea of rendering the world on an off-screen BufferedImage and then just drawing it and setting it’s width and height to the JFrame’s, but I don’t know if that would work.
Thanks.