-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GWT Alternatives for HTML5 Target #178
Comments
TeaVM would be cool but I'm not sure it's ready for showtime yet. Most is listed as work-in-progress at https://github.com/xpenatan/gdx-teavm. I haven't tried it myself because there's some degree of barrier to entry. GWT is alive and well, with 2.11 released in January. It's only really due to the fact it's still JavaScript and not WebAssembly that I long for something else. |
Google no longer maintains TeaVM or ByteCoder, either. Nor did it ever. All three are run by their respective communities now, as open source projects. To my knowledge no game has been completed using ByteCoder with libGDX, so I wouldn't mention it at this point -- I know there were attempts made a year or two ago, but I don't think they were finished for whatever reason. TeaVM updates fairly frequently and breaks in various (usually minor) ways fairly often, though the frequent updates help repair those breaks in time. Even though GWT has fewer features, I would say it is much more stable. A more significant issue with TeaVM, which might just be my misunderstanding of how it works (and I haven't found anything in the docs for this), is that there isn't an equivalent to GWT's |
I think mentioning them (and their limitations) doesn't really hurt. If anyone has suggestions where we could put a short description of those projects and a link, now is the time to speak up! |
The LibGDX documentation should include information on teavm and bytecoder because Google no longer actively maintains GWT.
The text was updated successfully, but these errors were encountered: