Search:

Type: Posts; User: Yuriy

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,768

    Done. For calculate lines used Bresenham's...

    Done.
    For calculate lines used Bresenham's algorithm.


    #include <math.h>
    #include <X11/Xlib.h>
    #include <X11/xpm.h>
    #include <stdlib.h>
  2. Replies
    1
    Views
    1,768

    Draw line with multicolor

    Hello. I need draw many lines with multicolor (color is set bysome pixmap (xpm))
    on C++ with standart libs.

    Horizontal lines are drawing succsessfully with GC and XSetTile.
    But non-horizontal -...
Results 1 to 2 of 2