|
|
|
|
|
by smrtinsert
4835 days ago
|
|
Just that an entire revolution is happening in the browser itself, I'd really like to be able to code Java directly with something GWT. I read recently that GWT has support for the latest html5 stuff, but complaints about compile time and lack of performance after compilation turn me off... |
|
Performance after compilation is certainly not a problem, on the contrary the GWT output is very tight, especially with full obfuscation (aggressive optimizations, inlining etc.).
(I've written a complete HTML5 game engine in GWT: http://www.webworks.dk/enginetest)