JOGL for 2D graph visualization
Posted by iliasr on Jun 27, 2012; 9:21am
URL: https://forum.jogamp.org/JOGL-for-2D-graph-visualization-tp4025331.html
Greetings to all,
first of all I have to say that I'm new in graphics and also in OpenGL/JOGL!
I am writing an application that visualizes 2D graphs using JOGL. However, it feels cumbersome to draw everything from scratch; all I need is basic shapes like circles and squares for the vertices, lines and arrows for the edges and also some text for the labels. I am using Java Swing to build my GUI.
I was wondering if there was a JOGL wrapper or a library that would allow me to do this with as little overhead as possible. Does anybody have any useful information?
Thank you for your assistance!
Ilias