J3D or JOGL API?

Started by
3 comments, last by TheCompBoy 12 years, 3 months ago
Which would be preferred? Or should I just go with LWJGL? I think it'd be easier to port with JOGL though..
Advertisement
J3d is a wrapper for JOGL. It would be more efficient to use JOGL, because that´s native, which means you are using the hardware nearly directly.

Correct me if I am wrong, I haven´t used them.
I think J3D is totaly outdated.. The best choise in my oppinion is LWJGL since its most up to date..

This information is based of what i've read when i was using Java so be nice if the information isn't 100% correct :)
Thanks guys. Yeah I hear that about J3D... So it's between jogl and lwjgl. I already have a bit of gl experience so it shouldn't be too off for me to use jogl.
Good luck!

This topic is closed to new replies.

Advertisement