Neew an Idea for a vector program like Adobe Illustrator
-
Hello.... I have to write a program that must manipulate graphic primitives such as lines, rectangules, circles etc.. like a vector program (i.e. Adobe Illustrator?) Can You help me??? There is a free code library to do that or I have to buy one? Thanks to all of You.... N.B. I'm working with Visual C++ v6 under both Win2K and Win98SE.
-
Hello.... I have to write a program that must manipulate graphic primitives such as lines, rectangules, circles etc.. like a vector program (i.e. Adobe Illustrator?) Can You help me??? There is a free code library to do that or I have to buy one? Thanks to all of You.... N.B. I'm working with Visual C++ v6 under both Win2K and Win98SE.
Take a look at this: http://codeguru.earthweb.com/gdi/jtdraw.shtml It is a pretty good starting point. Lot of graphics library that you can buy. But most are bloated with stuff you don't need.