home *** CD-ROM | disk | FTP | other *** search
/ Graphics 16,000 / graphics-16000.iso / sgi / editors / kali.lha / kali / README < prev    next >
Text File  |  1992-10-11  |  2KB  |  60 lines

  1. Kali Release 2.0:      available free of charge via anonymous ftp from 
  2.             geom.umn.edu (IP address 128.101.25.31).
  3.  
  4. Authors:     Nina Amenta 
  5.            University of California, Berkeley  
  6.            (nina@bongo.berkeley.edu) 
  7.  
  8.           Tamara Munzner  (user interface panels)
  9.            The Geometry Center  
  10.            (munzner@geom.umn.edu)
  11.  
  12. Kali:        an interactive 2-D Euclidean symmetric pattern editor.
  13.         runs on Silicon Graphics Irises.
  14.  
  15. Kaliprint:     converts a kali output file into a postscript file.
  16.  
  17. To run:     type "kali".
  18.         type "kaliprint outfile > result.ps" or 
  19.              "kaliprint outfile | lpr".
  20.  
  21. See also:     HELP
  22.  
  23. Packing list:
  24. README         document (this file)
  25. HELP        document (also appears in Info panel)
  26. kali        binary for Iris 
  27.         (compiled under Irix 3.x, will run under Irix 4.x)
  28. kaliprint    binary for Iris
  29. makefile    makefile
  30. irisio.c     source: kali
  31. kali.c         source: kali
  32. callbacks.c    source: kali
  33. icons.h        include: kali
  34. panel.fd    Forms data: kali 
  35. panel.c        source (autogenerated): kali 
  36. panel.h        include (autogenerated): kali 
  37. help.h        include (edited HELP): kali
  38. kaliprint.c     source: kaliprint
  39. symmetry.c     source: kali, kaliprint
  40. symmetry.h    include: kali, kaliprint
  41. libforms.a    Forms library 
  42.         (slight modifications made at the Geometry Center)
  43. forms.h        Forms include file
  44.         (slight modifications made at the Geometry Center)
  45. weaving.kali    demo pattern
  46. turtles.kali    demo pattern
  47. people.kali    demo pattern
  48.  
  49. To compile:    "make all" compiles both.
  50.  
  51. Changes in version 2.0:
  52.  
  53. Lines can now be moved as well as deleted.
  54.  
  55. A new user interface with an info panel, icons and Conway notation
  56. besides crystallographic notation for each of the 17 groups.  The new
  57. user interface was built using the public domain Forms Library by Mark
  58. Overmars of the University of Utrecht, which is available via
  59. anonymous ftp at archive.cs.ruu.nl.
  60.