/* Copyright 1994 GROUPE BULL -- See license conditions in file COPYRIGHT */
/* $Id: README,v 1.9 96/01/04 12:37:15 leon Exp $ */

WARNING: This file is out of date

WARNING : to use these demos, you must be able to access the
TOPDIR/demos/bitmaps dirctory through the XFILESEARCHPATH or
XUSERFILESEARCHPATH variables. If not, you must copy icons in the current dir
or <currentdir>/bitmaps (this is aldready done if you are using demos in the
source tree)

Each demo has its own resource file. to try a demo, you must load the resource
with xrdb before.


$ xrdb ./KSample
$ sample


* sample: demonstrate available classes, and various interactors
  xrdb ./KSample
  sample

	move: the X lines, the blue circle
	resize: the green rect, the king icon
	zoom: 'i' and 'o'

* cchess: A multi-player (2) / multi-display chess game.
  xrdb ./KChess
  cchess <dpy1> <dpy2>
	
	cchess0 starts playing. wait your turn for playing. I know, there is no
	feedback.  use 'f' to flip a view use 'i' 'o' to zoom in/out

* many: allows tests with a LOT of objects
  xrdb KMany
  many 10

* anim: tests programming animation
  xrdb KAnim
  anim

* elec: a (very) small electrical diagram editor with full MOTIF interface
  xrdb KElec.ad 
  elec

  Two options are allowed to demonstrate the use of pixmapBuffering on the
Knvas widget, and the useGhost resources in interactors.

* ex<i>: tutorial examples
  xrdb KEx<i>
  exi


* flat: test use of many label objects, all in the same layer

* deep: tests use of many label objects, building one depth level / line

* destroy: tests Knvas's destruction

* races: a sample unsupported anim demo.
