29 Vector Drawing Programs
Ed Pegg writes "I did a survey of all available vector-based drawing programs, in anticipation of SVG in the next Firefox. I found 29 different vector drawing programs. Of these, 14 were free or open source. More than I expected. Did I miss any good ones?"
cat > file.ps
10 10 moveto
50 50 lineto
stroke
showpage
Perhaps cat is not the easiest to use, but it easily the most powerful and easier to control from another program! It can also be trivially scripted to produce eps and pdf, or later updated with $EDITOR.
... a vector drawing program, that IS what you wanted..... No? Try here: Virtual Etch-a-sketch (Flash required). Cheers.
<?xml version="1.0" standalone="no"?>" > /> />
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd
<svg width="12cm" height="4cm" viewBox="0 0 1200 400"
xmlns="http://www.w3.org/2000/svg" version="1.1">
<rect x="1" y="1" width="1198" height="398"
fill="none" stroke="blue" stroke-width="2"
<circle cx="600" cy="200" r="100" fill="red" stroke="blue" stroke-width="10"
</svg>
Ok... I can kind of understand why this could be helpful to someone looking for a vector drawing program for some purpose, but the programs on that list do such different things. CAD graphics are for one thing, vector illustration is another, graphing programs are yet another. Even included a vector animation program. Sure, they all use a particular method of calculating objects, but that's about it.
Can you imagine trying to do an ad layout with AutoCAD? How about trying to do animated web graphics with a graphic program.
This chart is pretty much useless, except for listing what standards formats each can handle.
You have enemies? Good. That means you've stood up for something, sometime in your life. --Winston Churchill
I've googled for PS / EPS tutorials a few times and I either find really basic documentation or overly detailed low level documentation. I would like to know how to lay out a basic "newsletter" style document in PS.
I basiclly want to learn how to create a letter (or A4) sized self contained PS document that contains the following:
* Embedded EPS logo in the upper right hand corner
* Large typeface header text to the left of the logo
* A line across the page
* Date / Issue / etc information on one line of text across the page
* Another line across the page
* A bunch of text presented in three columns
* An embedded raster image somewhere in the text
Yeah, I know I'm far better off to use a real DTP program, or at least do this in TeX / LaTeX. But I think it's simple enough to where it shouldn't be too impossible to do with straight PS and some sort of way to embed the EPS and raster images.
Anyone have any pointers?
AutoCAD and Illustrator are for completely different audience. I get a lot of plots from Matlab; and Illustrator is a good package to make some touch up to the graphs. I would never use AutoCAD for that. But you really can't say which one is more powerful.
And where is XFig???
TGIF is a very nice vector drawing program. It is a very highly evolved version of xfig (but with better UI than xfig -- not gtk or qt though). It exports to a whole slew of vector formats -- my favourite being LaTeX and EPS. I don't leave home without it. ... Then again, I don't leave home much. :-p
I've always wondered why rendering of scalable icons isn't relegated to the font server. Seems to me that all the needed code is already there.
Also there were previous slashdot stories about Pixar's in-house Sketch Review Tool, (a hybrid vector/raster tool) and Microsoft Acryllic.
I believe Studio Artist is primarily vector based.
There are also many vector programs for the sign/graphics industry to control CNC routers and plotters. FlexiSIGN is one of them.
This list is NOT comprehensive, even of what is on Freshmeat (which, in turn, is not comprehensive in what is Open Source, which in turn is not comprehensive in what exists) but it should make for a good start.
Oh, and this list was trivial to make. Once you have such a list, it is then easy to go out and try the software to see if it'll do what you want. According to the fictional character Sherlock Holmes, "it is a mistake, often made, to theorize without data". So, when you theorize as to what software you'd like to use, here is some data you can use.
It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
TFA says QCad is $28 but it is free (and Free) for the *nix versions.
And maybe it isn't totally intuitive but it is easy to learn. I give it a thumbs up anyway.