I have to program a small blue print of game on Freebox:
This machine has an access to OpenGL ES 2.0.
I can only use the Elixir SDK that relies on Javascript. Is it possible to use a Java to Javascript translator on such a platform? In the worst case, could GWT be modified to to fit into this purpose? Do you have any idea?
I don’t see GWT being the worst case, I’d recommend trying it first. It’s meant to be used for both client and server side but you can make JavaScript clients on their own with it.
You were right, I made a spelling mistake, sorry. GWT is a good idea but I’m almost sure it will require some modifications to work with the Elixir SDK.