LibGDX Tutorial Part 17: Viewports
Previous Part Table Of Contents In the previous tutorial we looked at how to use a camera with LibGDX to abstract away resolution differences so you are no longer using pixel coordinates. This however doesn’t really help you all that much if your aspect ratios are massively different. Fortunately LibGDX implements the […]