Can any one Point me in Best way to plot a real time graph using OpenGL with some exampels
Asked
Active
Viewed 4,237 times
0
-
This shouldn't be very difficult by following any OpenGL ES tutorials available out there. All you have to do is take an example that draws e.g a triangle and use ``GL_LINE_STRIP`` for ``glDrawArrays`` or ``glDrawElements`` command. Once you have lines rendered you can start pointing them to correct positions. – harism Jan 14 '13 at 18:15
-
Dude i tried that the OPENGL crashes for me without any stack trace or exception. – deepu Jan 15 '13 at 20:35
1 Answers
1
See..
-
1I have gone thru all those tutorials not even one explains perfectly how to draw a line. – deepu Jan 15 '13 at 20:36