I am interested in developing a graphic modeling tool - for making something similar to UML diagrams, and I’m looking for some free source code to handle the symbols, such as an OO class symbol that enlarges as one adds member names.
It would be nice to get a description of the techniques used to do this. I will start from scratch if I need to.
Should I be using a graphics package for that? OpenGL, maybe?
Can someone point me in the right directions?