OSDN Git Service

Version info is updated on every build on Mac platform
[molby/Molby.git] / README
1 ========================================================
2
3                      Molby
4
5     An Interactive Molecular Modeling Software
6         with Integrated Ruby Interpreter
7   
8           Version 1.0.1
9
10                   Toshi Nagata
11
12 ========================================================
13
14 1. What is it?
15
16 Molby is an application to visualize and build molecular models interactively through 3D display. It provides the following capability:
17
18 - Viewing molecular models in either ball-and-stick or "line" display.
19 - Interactive modification of molecular models by mouse operation.
20 - Viewing and editing atomic coordinates and other parameters in numeric tables.
21 - Importing and exporting structure/coordinate data for other program packages such as Gaussian, GAMESS, NAMD and SHELX.
22 - Embedded Ruby interpreter for automated processing of molecular models.
23
24 2. Supported Platforms
25
26 Molby runs on Mac OS X (10.5 and later) and Microsoft Windows (XP and later). Executable binaries are provided for both platforms (Molby.dmg for Mac, SetupMolby.exe for Windows).
27
28 3. Copyright and License
29
30 Molby is a copyrighted product of Toshi Nagata.
31
32        Copyright (C) 2008-2021 Toshi Nagata
33
34 Molby includes (more technically: is statically linked to) the following softwares, which are copyrighted products as described below:
35
36 - wxWidgets 3.0.0: Copyright (C) 1992-2008 Julian Smart, Robert Roebling, Vadim Zeitlin and other members of the wxWidgets team. Portions (c) 1996 Artificial Intelligence Applications Institute
37 - Ruby 1.8.7: Copyright (C) 1993-2009 Yukihiro Matsumoto
38 - CLAPACK: Copyright (C) 1992-2008 The University of Tennessee.
39 - AmberTools 1.3: Copyright (C) Junmei Wang, Ross C. Walker, Michael F. Crowley, Scott Brozell and David A. Case
40 - FFTW 3.3.2: Copyright (C) 2003, 2007-11 Matteo Frigo, Copyright (C) 2003, 2007-11 Massachusetts Institute of Technology.
41
42 Molby is distributed under the GNU General Public License (version 2). See the file COPYING for more details.
43
44 4. How to Use
45
46 The document in HTML format is available. Try the tutorial to get familiar with Molby.
47
48 Enjoy!
49
50 Toshi Nagata