0

Can any one Point me in Best way to plot a real time graph using OpenGL with some exampels

deepu
  • 145
  • 2
  • 13
  • 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 Answers1

1

See..

Community
  • 1
  • 1
ridoy
  • 6,274
  • 2
  • 29
  • 60
  • 1
    I have gone thru all those tutorials not even one explains perfectly how to draw a line. – deepu Jan 15 '13 at 20:36