Question

Is it possible to port an existing graphics engine like jMonkeyEngine to something like GwtGL or gwt-g3d? Is it only to replace native OpenGL calls to WebGL calls or there's more?

Was it helpful?

Solution

There will likely be more to it than that. Take a look at this page; if JME makes use of any classes or methods not listed there then you'll need to find a workaround.

Good luck, though! Sounds like a cool project.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top