Java Game Programming: JOGL vs LWJGL? [closed]

删除回忆录丶 提交于 2019-12-23 10:19:54

问题


I am currently writing a Turret Defense style game using the GTGE engine, this engine has the ability to use either JOGL or LWJGL to drive the graphics and so I was wondering, which one should I use? What are the pros/cons of each? What factors should I consider when deciding?


回答1:


In my game development I had the following decision points:

  • 2D or 3D game?
  • How many time do I want to spent on development?
  • How many control I want to practice over my rendering/game?
  • How well can I model my game using an engine?
  • What are my performance expectations?
  • What kind of licensing will I release my game?

As I know, JOGL seems to be more in focus of Sun and other developers. I would expect bugfixes and enhancements more frequently.

If changing the driver does not require game/model changes, you could just benchmark both drivers. Then you could compare them based on memory consumption, rendering quality and speed.




回答2:


I have used JOGL and my experience was preety good. Also my reason for Opting JOGL was Sun backing.If both suits to your need then its better to go with widely accepted Api and at that time it was JOGL.



来源:https://stackoverflow.com/questions/987579/java-game-programming-jogl-vs-lwjgl

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!