Go to the first, previous, next, last section, table of contents.


glib

glib
:: glib は asir を計算機入門の講義に使うために開発された簡易 グラフィック ライブラリである.

   glib_window(-10,-10,10,10);
   for (I=0; I<9; I += 0.1) {
     glib_putpixel(I,I);
   }


Go to the first, previous, next, last section, table of contents.