[BACK]Return to todo.txt CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_toolkit

File: [local] / OpenXM / src / ox_toolkit / todo.txt (download)

Revision 1.5, Fri Dec 17 07:18:49 1999 UTC (24 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: new-mathcap-branch, maekawa-ipv6, R_1_3_1-2, RELEASE_20000124, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, RELEASE_1_1_3, RELEASE_1_1_2, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9
Changes since 1.4: +7 -1 lines

A list to do for README.

$OpenXM: OpenXM/src/ox_toolkit/todo.txt,v 1.5 1999/12/17 07:18:49 takayama Exp $

* README should mention about *sample*.
  It also should mention about the automatic generation of 
  README.en and README.jp
  Polish Japansese and English of README.

* Sample ox_server:  ox_X.   (Work in progress)
  It accepts the following commands:
      m setcolor
      x y setpixel
      x y moveto
      x y lineto
      clear
  and draw pixels and lines on a window.
  Reference:  unkei:~taka/this/Joho/glib.c  (How to use -lX11?)
              OpenXM/src/ox_toolkit/ox_Xsample.c
	      unkei:~taka/this/ox_Xt

  Sample use of ox_X :  draw a Mandelbrot set.