Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Drawing library

Status
Not open for further replies.

cubidoo

Programmer
May 14, 2004
2
NL
I need to make a modeling tool. Part of the model is to draw models that consist of circles and line (arrows) between these circles.

Is there a c++ library (open source) available that I can use?
 
Howdy,

Well, yes...

OpenGL is rather straight forward and easy to use. I have written many OpenGL applications, and they can look great.

You can download a component for the IDE from:

This component allows you to manipulate a panel in the IDE that displays all the OpenGL code. Another great advantage, is that many of the low-level initializations and such are taken care of.

The site also contains many tutorials on using the component. I think this could be very useful if I have not misunderstood your question.

Good luck,
onrdbandit

If we are only animals, how do we decide what is right and what is wrong?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top