Screenshot 2
|
IntroductionGDIS is a GTK based program for the display and manipulation of isolated molecules and periodic systems. It is in development, but is nonetheless quite functional. It has the following features:
Although developed on a Linux platform, GDIS has been successfully compiled under IRIX, Solaris, OpenBSD, and OS-X. I've even built a Window's executable using the mingw32 cross-compiler! The source code is released under the GPL.
Development versionsIf you have CVS installed, you can obtain the very latest version of GDIS by typing:cvs -d:pserver:anonymous@gdis.cvs.sourceforge.net:/cvsroot/gdis login Hit enter at the password prompt, then type: cvs -z3 -d:pserver:anonymous@gdis.cvs.sourceforge.net:/cvsroot/gdis co gdis which should create a subdirectory called gdis containing all the source files. Enter the gdis subdirectory and run the install script, which should automatically compile gdis based on your preferences. It should also inform you of missing libraries that must be installed. |