简体   繁体   English

使用libGDX将Java小程序移植到跨平台应用程序

[英]Porting java applets to cross platform applications using libGDX

Would libGDX be the best thing to do if have have some applets(with a lot of UI code in it and animations as well), and I want to port them to a cross platform architecture, with minimum changes in code? 如果有一些applet(其中包含很多UI代码和动画),并且我想将它们移植到跨平台体系结构且代码更改最少,那么libGDX将是最好的选择吗? I know the UI code must be changed completely. 我知道UI代码必须完全更改。 But would this be the best method to follow? 但这是最好的方法吗?

Yes, because libgdx has many advantages, you can easily port your applets to libgdx and it would run in Html5, Android, Windows, Mac, Linux and iOS. 是的,因为libgdx具有许多优点,所以您可以轻松地将小程序移植到libgdx,它可以在HTML5,Android,Windows,Mac,Linux和iOS中运行。

Making animations and a UI is not hard, totally worth your time. 制作动画和UI并不难,完全值得您花时间。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM