[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.4, Fri Dec 17 02:18:17 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.3: +3 -13 lines

Removed projects that have done.

$OpenXM: OpenXM/src/ox_toolkit/todo.txt,v 1.4 1999/12/17 02:18:17 takayama Exp $

* 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

  Sample use of ox_X :  draw a Mandelbrot set.