Slicks Posted December 8, 2017 Share Posted December 8, 2017 I'm currently writing an HTML5 game using Google Web Toolkit (GWT) and a WebGL GWT library WebGL4J. The main reason to use GWT is simply because I prefer Java over JavaScript (GWT compiles Java code, into JavaScript). There are other advantages like easy client/server communication, code reuse on front end and back end, single language architecture. I didn't see any other devs here using GWT, but thought I would put a shout out, in case I'm not the only one. So, anyone here used GWT? Did you stick with it, or switch to pure JavaScript? Quote Link to comment Share on other sites More sharing options...
RagingPixel Posted May 3, 2019 Share Posted May 3, 2019 Google Web Toolkit (GWT) is awesome in my opinion. I made simple mini game in Java and it works perfect in browser. Im looking into LibGdx project too - it uses GWT for compiling game into HTML5. https://libgdx.badlogicgames.com/ Slicks 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.