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?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
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.
In my game development I had the following decision points:
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.