Jmonkeyengine Android Game Development

I want to know what features are not available in JME 3.7 ?

I was trying to use simple water demo. And on Android support page Contents->Consideration, it was written that Special effects like post filters and other 3d features are not available or not supported because of mobile performance. Is this still can’t possible?
I mean what features are supported or not ?

I might be able to help investigate which post processing shaders works on android.

I can try some in my workflow. Are you specifically looking at the simple water one?
If so, I remember that, that one has always worked.
Shadows also work, etc.

1 Like

Seperately from if effects literally work; it can often be unwise to try to use advanced features (or at least use them sparingly). Mobile GPUs are much less powerful than desktop ones so if you ask too much of the GPU you can get framerate drops

2 Likes

Thanks guys. let me try I will tell you after some testing