malloc wrote:
I'm trying to use GIMP to draw simple graphics for a hobbyist game developed from scratch. I'd like to draw a simple circle or ellipse, not a filled circle, just the outer perimeter for the circle, one pixel in width. I see there are nice tools to perform relative complement, union and intersection of sets with the ellipse tool. But it is not readily clear for a beginner how to do something as simple as what I want.
To draw basic geometric shapes you can use gimp plugin that's been around for ages (Filters > Render > Gfig)
Make sure you have paint tool selected (P) and in the Gfig window browse to 1.Pixel brush, select the color and the shape you need.
Get yourself familiar with menu bar to move, edit, delete, etc. the shapes you've created.malloc wrote:
I have used GIMP every now and then for maybe ten years. But very little each time, and quite rarely. So I'm a beginner, I have very little experience with GIMP. Forgive me for this, but I'd like to express first that I feel GIMP is about as user friendly as the VI editor or maybe writing LaTeX by hand, for a beginner. I'm sure experienced GIMP users love GIMP, just as I love the vim editor, but for a beginner I'd say GIMP is almost useless, depending on what you wish to accomplish. I often find myself having to look up the most trivial of operations on Google, as they are often not intuitive as they are in other software that I have used. What is worse, the layout of GIMP has changed, so often I come across an old tutorial or video, and I have to try adapt what I'm told to the new layout. Simple steps like "select [some option]" become highly frustrating. For this reason, I'm wondering if there is some more user friendly version of GIMP available, some variant that has maybe a subset of 10% of the features in GIMP, but make what features it does present much more intuitive. If this does not exist, is there some alternative to GIMP that I should use instead?
You're right, gimp interface isn't exactly the most user friendly and may be quite overwhelming for the beginners.
The developers did some gimp usability studies and do realize that it needs to be simplified and more intuitive but OTOH, changing it
more or less radically is going to make hundreds of good gimp tutorials out there obsolete, and that the legacy they have to deal with.
No, there is no simplified version of gimp, although, one thing you can do is to reduce the number of tools in the toolbox you think you'd
never use. It's all configurable in Preferences.
Given the tasks you've described, I'd suggest Inkscape as a free and more straightforward alternative to gimp.
It's a vector graphics editor, there is some learning curve but once your get you head wrapped around it, it has less features and is more simple
to use than gimp. Then again, a lot of folks around here may disagree with my last statement.