Perfomance

Hello,

I search game engine for my new game project. It will have heavy graphics with many objects and polygons.



How’s the performance of JMonkey?

As good as your code basically. Theres only so many polygons current computer systems can handle but jME has built-in culling support for the cam frustum and you can use and extend it with your games logic too.