Creating an iOS library or framework using libgdx (roboVM)
Yes you can do it. All you need to create a method, say initRoboVM(), This will be called by your code when you want to initialize libgdx. You’ll need to pass the app path in, which you can hardcode when you’re testing. initRoboVM() will need some modifications, namely it should not call your Java app’s … Read more