Slicks 0 Report post 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 Share this post Link to post Share on other sites
RagingPixel 7 Report post 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/ 1 Slicks reacted to this Quote Share this post Link to post Share on other sites