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

..03-May-2022-

addAngle2OrientationInterpolator.awkH A D18-Jul-20201.8 KiB5923

collectViewpoints.awkH A D18-Jul-20205.6 KiB158115

collectViewpoints.shH A D18-Jul-2020182 71

creaseangleChange.awkH A D18-Jul-20202.2 KiB6935

creaseangleChange.shH A D18-Jul-20201.1 KiB348

img2pixeltexture.shH A D18-Jul-20201.4 KiB6331

modify_orientation_interpolator.awkH A D18-Jul-20203.5 KiB156136

nxt_udev.shH A D18-Jul-2020564 2213

phong.slH A D18-Jul-2020486 1615

phong.slxH A D18-Jul-20201.1 KiB110101

povray_mkskybox.shH A D18-Jul-20202.3 KiB9358

readmeH A D18-Jul-20201 KiB2719

run_dune_and_aqsis.shH A D18-Jul-20202 KiB5146

run_dune_and_aqsis_freebsd.shH A D18-Jul-20202 KiB5448

run_dune_and_aqsis_freebsd_local.shH A D18-Jul-20202 KiB5448

run_dune_and_aqsis_local.shH A D18-Jul-20202 KiB5246

run_dune_and_povray.shH A D18-Jul-20202.4 KiB6559

run_dune_and_povray_freebsd.shH A D18-Jul-20202.4 KiB6660

run_dune_and_povray_freebsd_local.shH A D18-Jul-20202.4 KiB6660

run_dune_and_povray_local.shH A D18-Jul-20202.4 KiB6559

readme

1This file is free software; the Free Software Foundation
2gives unlimited permission to copy, distribute and modify it.
3
4This directory contains various UNIX shell script command-line tools.
5They depend (beside on common unix shell commands like sh, cp or rm,
6and on the following programs:
7
8collectViewpoints.sh  (collect viewpoints to Transform animations)
9                      awk           (GNU Awk 3.1.1 is known working)
10
11creaseangleChange.sh
12                      awk           (GNU Awk 3.1.1 is known working)
13
14img2pixeltexture.sh
15                      awk           (GNU Awk 3.1.1 is known working)
16                      anytopnm      (netpbm 9.24 is known working)
17                      pnmtoplainpnm (netpbm 9.24 is known working)
18
19povray_mkskybox.sh
20                      m4            (GNU m4 1.4.1 is known working)
21                      x-povray
22                      convert       (ImageMagick 5.4.7 is known working)
23
24modify_orientation_interpolator.awk
25                      awk           (GNU Awk 4.1.4 is known working)
26
27