Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

The graphics editors may be very basic or very advanced. If they are in 'Ubuntu Software Center' then provide a command to install or a link. Tell me about them: 1: A bit of information 2: Are they advanced or basic 3: License type 4: A screen shot is encouraged 5: Package name if they are available in 'Ubuntu Software Center' 6: Website if any 7: Download page One entry per post please!

share|improve this question

closed as not a real question by fossfreedom Apr 23 '12 at 11:41

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 2 down vote accepted

Inkcape

Windows equivalent : Adobe Illustrator

Ubuntu equivalent : Inkscape

Inkscape is a free software vector graphics editor, licensed under the GNU General Public License. Its goal is to implement full support for the Scalable Vector Graphics 1.1 standard. An Open Source vector graphics editor, with capabilities similar to Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector Graphics (SVG) file format.

Inkscape is cross-platform and runs on Mac OS X (typically under X11, although the underlying GTK+ toolkit can be compiled to run natively under Quartz),Unix-like operating systems, and Microsoft Windows. Inkscape’s implementation of SVG and CSS standards is incomplete. Most notably, it does not yet support animation. Inkscape has multi-lingual support, particularly for complex scripts, something currently lacking in most commercial vector graphics applications. The word Inkscape is a portmanteau of the words ink and landscape.

sudo apt-get install inkscape

Access it through Applications → Graphics → Inkscape Vector Graphics Editor.

Blender

Windows equivalent : 3D Studio MAX, Google Sketch

Ubuntu equivalent : Blender

Blender’s features include 3D modeling, UV unwrapping, texturing, rigging, water and smoke simulations, skinning, animating, rendering, particle and other simulations, video editing software, compositing, and the ability to create interactive 3D applications, video games, animated film, or visual effects.

More advanced tools include rigid, realistic body, fluid, cloth and softbody dynamics simulation, modifier-based modeling, character animation, a node-based material and compositing system, and embedded scripting in Python.

sudo apt-get install blender

Also check out this link

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.