Login  Register

Re: JOGL for 2D graph visualization

Posted by Brandon Borkholder on Jun 27, 2012; 3:18pm
URL: https://forum.jogamp.org/JOGL-for-2D-graph-visualization-tp4025331p4025336.html

To be more specific, I only need to draw vertices, edges, arrows and labels, what do you think? Also, what about interaction (for example, mouse moving shapes around)?

Sounds like you want some kind of scene-graph implementation.  I don't know much about those since I haven't worked with them.