From: MyLinkka (mylinkka_at_gmail.com)
Date: Wed May 20 2009 - 11:58:57 CDT

Hi, Axel,

Thank you for the very educational reply! I can fully understand the
difficulty in developing and
maintaining an open source project. Therefore, there is no any complaint
but just some suggestions
in my previous email. (I carefully added quotation marks for some words
there as maybe you've noticed.)
I believe any software author wants more and more people to use his/her
masterpieces, no matter for
what kind of reason, no matter if it is commercial or free. If this is
true, then how many users using it
does count, unless the software is designed for some particular users. I
think this is one of the
impetus that one software can become better. Most open source
contributors are software specialists or
enthusiasts, but they often overlook the experiences of end users,
whereas many commercial software
really have to take it serious. (This is not my words, the saying can be
found in some review papers
of open source community) I think many of the vmd users are working in
(bio)chemistry or material
sciences. Vmd and pymol are often compared as far as I know. Although
one may say a person in
this field who cannot program is not qualified, I do know many people
with very little knowledge
of programming or even scripting with tcl or pyhon in this field but
they are excellent. Many of them are
not using this kind of software to do research directly, but for the
publishing or for simple visualization purpose.
For them I think I don't have to talk too much about the importance of
slick user experience. Of course
the software authors could decide their preference, more 'intuitive' or
more 'professional'. But I don't think
it is that incompatible like oil and water. You are right, to improve
the software, people should ask more
but also share/contribute more. But to report problems is the first
step. ;)

ting

Axel Kohlmeyer wrote:
> On Wed, 2009-05-20 at 14:11 +0200, MyLinkka wrote:
>
>> Hi,
>>
>
> hi ting,
>
>
>> After a tryout of the latest version, I think beta 3 is great. However,
>> I still want to
>> say some of the 'drawbacks' (or should be better to use 'dislikes') of
>> vmd. I hope I would not offend people here.
>>
>
> you should keep one thing in mind: the best way to get changes
> implemented in open source software packages is to do it yourself
> and share the results. to ask for is only the second best option.
>
>
>> 1. The default colors. In my very personal opinion, the default colors
>> for atoms are 'unusual'. Especially, the cyan for carbon atoms, very special. :) I
>> know no color is right for a specific atom type. But most of the molecular
>> visualization program will take 'grey' at default color for carbon. So I think there
>> is or should be some convention on this.
>>
>
> VMD is highly customizable. please have a closer look at the
> documentation and various examples floating around. for example,
> you can reset the colors to whatever you want via scripting.
> i have in my .vmdrc (take vmd.rc if you a sucker for windows) file:
>
> color Name C green
>
> in mine and to me the carbons look just the way i like it, green ;-)
>
>
>> 2. Python support on windows. I love python and Windows. (this doesn't mean
>> I don't like Linux. ;) ) I don't intend to compare Windows and Linux
>> here. But I wish vmd could support Python scripting on windows. I know there are some
>> reasons on the website why python is not supported. But as a windows user, I
>> know 'thousands' of software supporting python scripting out there. Why
>> cannot vmd?
>>
>
> are you volunteering to help?? the problem with python in VMD
> seems to be that many people want to use it, but next to nobody
> wants to work on implementing, improving, documenting and
> maintaining it.
>
> also, you have to keep in mind that VMD was designed initially
> with tcl scripting in mind and having two(!) script interpreters
> embedded into the same program at the same time _and_ keeping
> them consistent with each other is not as easy as it looks.
>
>
>> 3. Window layout. I know there is some tradition for L(u)nix software
>> that many separated and modeless windows belong to one program.
>> Normally on windows, in this case a program will create some child
>> windows. (if you check what gimpshop project (and gimp) does, probably
>> you will understand this. ) Vmd works in the unix way. But one
>> annoying thing is, each time when I start vmd, all windows (console,
>> gl and main window) are overlapped (at the upper-left corner of my
>>
>
> i don't know about windows, but under linux you can define the window
> sizes and placement via environment variables and if i am not totally
> mistaken, you should at the very least be able to do it via the tk
> scripting interface via "wm geometry". you'll have to dig a little
> to find a way to get the window id or window path.
>
>
>> screen). I have to manually move and rearrange them in order to see
>> all of them. (maybe this could be controlled in the startup file?) At
>> this aspect, other software like pymol does better, it include almost
>> all the functionalities in one window (although it has two, but you
>> can input command in the 3d display window too) and the two windows
>> are tiled nicely upon startup.
>>
>
> this is a matter of taste. i personally find the pymol GUI not
> very appealing. you can control the various dialogs in VMD from
> the OpenGL window via hotkeys (and you can define your own, too).
> i find this very appealing as this way the GUI stays out of the
> way until it need it, and you don't have cluttered and overloaded
> interfaces. having separate windows the way VMD has it is
> particularly useful with multi-screen setups (you can dedicate
> one to the OpenGL window and the other to the controls.
>
>
>> I'm sure above things are not all my 'complaints' about vmd.:) (I will
>> add more gradually if you like.) But just because vmd is one of the
>> best molecule visualization program, I wish it could be better.
>>
>
> as i wrote before the best way to make an open source program
> like VMD better is to contribute to it. you would be surprised
> if you see how few people are actually working on it and how
> many other things these people are doing (or have to be doing)
> apart from it. to me it is a miracle that VMD it is _that_
> capable at all and manifest to the skills of john as a maintainer.
>
>
>> Recently, there was a vote for the best molecular visualization
>> program at
>> http://rosettadesigngroup.com/blog/284/what-is-your-favorite-molecular-viewer/
>> the results are interesting pymol vs vmd 38% to 22%. I think vmd has
>>
>
> this is IMNSHO a very stupid competition. pymol and VMD address
> problems in different ways and thus a best suited for different
> purposes. doing these competitions seems to be a good way to
> drag people into visiting a certain webserver, though... ;-)
>
>
>> many advantages but loses in default settings, because most of the end
>> users care only about the quality of image and user experiences
>> (something different from technique).
>>
>
> when designing software there are two main competing trends:
> 1) to make it easy and intuitive to use from the beginning;
> 2) to make it powerful, fast, flexible and versatile.
> to make something more easy and intuitive, you usually have
> to take away flexibility or limit functionality and the
> other way around. so one has to make choices. as VMD may not
> be as appealing and "automatic" as other packages, it excels
> in many ways and it will keep growing on you, if you keep
> experimenting and working with it. so if you are feeling
> occasionally frustrated, don't get discouraged and keep trying.
> you will be rewarded in the long run.
>
> cheers,
> axel.
>
>
>> ting
>>
>
>