[Prev][Next][Index][Thread]
Re: Linux on a DTR-1 (IBM Dauphin)?
- 
Subject: Re: Linux on a DTR-1 (IBM Dauphin)? 
 
- 
From: kempf@Eng.Sun.COM (James Kempf) 
 
- 
Date: 28 Nov 1994 19:18:02 GMT 
 
- 
Article: 18385 of comp.sys.palmtops 
 
- 
Newsgroups: comp.sys.palmtops
 
- 
Organization: Sun Microcomputer Corporation 
 
- 
References: <3b78hq$4h7@magus.cs.utah.edu> 
 
- 
Reply-To: kempf@Eng.Sun.COM 
 
>     As far as I know, there is no handwriting-based xterm, so that would
>     have to be hacked together also.
You could use the handwriting recognition API I developed for X/Unix. It
comes with a very simple single stroke recognizer, which you could, for
example, train with the Grafitti or Unistroke character set. The source
is available via:
	http://playground.sun.com/pub/multimedia/handwriting/hre.html
At the moment, it is configured for Solaris, but porting it to Linux 
should be easy.
		jak