JOGL is designed to provide hardware-supported 3D graphics to applications written in Java.
Images
JOGL is designed to provide hardware-supported 3D graphics to applications written in Java.
Customer Reviews
Cristian .
Advanced user of JOGL- easy to use
- i didn't find any bug in jogl during testing it. I implemented a generic chart in java jogl based. I worked on that for 6 months and i tested jogl intensively.
- very good performance at rendering
- in some cases when jogl crashes it displays a generic exception in the log and is not useful
- build #10 of Windows 10 Professional is breaking jogl and jogl was not able to render anything. Don't know if Microsoft solved the problem in the meantime
I implemented a generic line-chart in java jogl based and i worked 6 months on that. The chart could display multiple functions in the same time, had X, Y axis, had zoom functionality. The chart also become animated when it was full and new points needed to be added to the chart. (the oldest points were removed when new ones were added).