In libGDX, it’s possible to write one set of code and build for one of many targets. Desktop, Mac, Android, iOS – etc. It’s versatile and saves time, but there are times where it really does make sense to have one set of rules for one platform, and another for another. Some differences between the …