I am currently trying to decide between using JOGL
and JMonkeyEngine
on a project so I would like to learn a bit about the basics of each and decide which one I prefer. Does anyone have any books or web resources to recommend for learning how to use each one? I really prefer stuff that gives a lot of detailed information and examples that use good style over brief online tutorials with poor quality code examples. Official documentation is always good, but I haven't yet found it for either. JMonkeyEngine
says that it has complete documentation but I haven't yet located it on their website. Any information would be appreciated.
I should probably mention that I have never used OpenGL
before. If I go with JOGL
I will need to learn all of the OpenGL
basics, so I also need good resources on OpenGL
if the JOGL
resources don't go into full detail on it.