[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.3, Thu Dec 16 01:22:42 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.2: +3 -1 lines

Added more to todo.txt's.  Work hard!

$OpenXM: OpenXM/src/ox_toolkit/todo.txt,v 1.3 1999/12/16 01:22:42 takayama Exp $

* We need a sample program that explains how to construct
    (OX_DATA,(CMO_INT,32))
    (OX_DATA,(CMO_STRING,"Hello"))
    (OX_DATA,(CMO_LIST,1,2,3))
    (OX_COMMAND,(SM_popCMO))
    etc
  by using C functions.

* We also need a sample program that explains how to get
  int, char *, and so on from the received data.

* Sample ox_server:  ox_X.
  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?)

  Sample use of ox_X :  draw a Mandelbrot set.