Hey.
I`m working on a procedural planets project. Implementation details are
resolved and most of them tested in C++.
But since I got interested in Java lateley, I want to complete my project
in J2SE. So my question to you is - which library to use?
I see that most obvious options would be:
Ogre4J - its being updated again and the logic in c++ should give some speed gain(less calls through JNI). But it should also lower flexibility. JOGL - too low-level, since you need to write all culling / scene graph yourself Java3D - don
t know much
jME - didn`t make a good impression, looked too specialized and in the other direction of my needs
Bests,
Mirko