• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-1,5281,265

examples/H07-May-2022-32,63832,265

grasp/H13-Nov-2019-407309

html/H03-May-2022-10183

materials/H07-May-2022-744695

Artistic_License_V2H A D13-Nov-20198.6 KiB182139

BUGSH A D13-Nov-20191.6 KiB4033

CHANGELOGH A D29-Sep-202017.3 KiB320319

INSTALLH A D13-Nov-20196.1 KiB146116

MakefileH A D13-May-202010 KiB282225

Makefile.inclH A D29-Sep-20200 10

Makefile.packageH A D13-Nov-20191.3 KiB4313

Makefile.templateH A D13-Nov-20191.6 KiB6115

Makefile.win32H A D13-Nov-20192.7 KiB11461

NOTESH A D13-Nov-20191.2 KiB3729

READMEH A D29-Sep-20202 KiB5541

Raster3D.cshH A D13-Nov-2019214 71

Raster3D.shH A D13-Nov-2019226 82

VERSIONH A D29-Sep-202018 21

VERSION.inclH A D13-Nov-201954 32

avs2ps.cH A D13-Nov-201911.1 KiB346249

balls.fH A D13-Nov-20199.2 KiB303247

label3dH A D03-May-20224 KiB15671

local.cH A D13-Nov-201921.5 KiB836611

modsubs.fH A D13-Nov-20192.4 KiB15188

normal3d.fH A D13-Nov-201944.3 KiB1,4091,035

parameters.inclH A D08-May-20203 KiB7978

parse.fH A D11-May-20205.5 KiB225196

qinp.fH A D08-May-20208.1 KiB287170

quadric.fH A D13-Nov-201914.7 KiB585405

r3dtogd.fH A D13-Nov-20196.5 KiB223130

r3dtops.fH A D13-Nov-201919.5 KiB622420

rastep.fH A D13-Nov-201946.7 KiB1,6321,295

raster3d-3.0.specH A D13-Nov-20196.3 KiB190169

raster3d-static-3.0.specH A D13-Nov-20196.4 KiB191170

render.fH A D08-May-2020169.7 KiB5,0973,809

render_patch.aixH A D13-Nov-2019847 3736

ribbon.fH A D13-Nov-20195.2 KiB220122

ribbon1.fH A D13-Nov-201917.9 KiB620472

rings3d.fH A D13-Nov-201911.3 KiB398311

rods.fH A D13-Nov-201914.7 KiB510410

stereo3dH A D03-May-20224.8 KiB15778

suv.fH A D13-Nov-20193.9 KiB189149

ungz.cH A D13-Nov-2019543 3123

wormsH A D13-Nov-2019847 3114

README

1Most recent change:	  29-Sep-2020
2
3The file Raster3D_3.0-7.tar.gz contains the full source distribution for
4version 3.0 of Raster3D.
5
6  See CHANGELOG for a history of changes to the package.
7  Basically nothing has changed since verison 3.0-3 (2014) except for
8  minor tweaks to accommodate newer Fortran versions.
9
10  Note: The programs from Raster3D are included in the CCP4 crystallography
11  suite.  You might find it easier to use that pre-built version.
12
13- In a nutshell, the installation procedure is:
14
15  	1)  Review the contents of Makefile.template
16	2)  make help            (prints a list of OS names)
17	3)  make OS              (where OS is your operating system name)
18	4)  make all		 (builds the programs)
19	5)  make install         (copies files to system directories)
20	6)  modify user login environment to include R3D_LIB
21		e.g. setenv R3D_LIB /usr/local/share/Raster3D/materials
22
23	7)  (optional)
24	    modify ImageMagick delegates file so that ImageMagick recognizes
25	    *.r3d files by default.  On my systems this file is in
26	      /etc/ImageMagick-6/config/delegates.xml
27	    Add the following line
28	      <delegate decode="r3d" command="&quot;render&quot; &lt; &quot;%i&quot; &gt; &quot;%o&quot;"/>
29
30
31- Changes in Version 3.0
32	+ new code in rastep to support Skittles validation (introduced in 2.9)
33	+ dynamic array allocation
34	+ png/jpeg output using libgd
35	+ labels handled by libgd
36
37If you run into installation problems, please let me know,
38particularly if you can also tell me what you did to fix it!
39
40For optimal use of Raster3D you should also obtain
41- John Cristy's ImageMagick package for image manipulation and viewing
42	(source distribution available from www.ImageMagick.org)
43- Version 2.0 or greater of Per Kraulis's program Molscript
44
45To build support for direct output of TIFF files
46- Some version of a TIFF library
47
48License
49-------
50Raster3D Version 3 is distributed under the terms of the Artistic License,
51Version 2.0.  A copy of the license is included with the source code.
52
53				Ethan A Merritt
54				merritt@u.washington.edu
55