Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Programming > Libraries

    ezxdisp 0.1.3

    Download button

    No screenshots available
    Downloads: 319  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Morihiko Tamai | More programs
    GPL / FREE
    June 25th, 2007, 13:35 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    ezxdisp description

    ezxdisp is a simple graphics library that works on the X11 and Win32 platforms.

    ezxdisp is a simple graphics library that works on the X11 and Win32 platforms. ezxdisp library has a small set of functions for drawing simple 2D/3D graphics.

    For example, following code will create a 100x100 window with white background, and will draw red circle in the centre of the window.

    #include "ezxdisp.h"

    int main(int argc, char *argv[])
    {
    ezx_t *e;

    e = ezx_init(100, 100, "Hello, ezxdisp.");
    ezx_set_background(e, &ezx_white);
    ezx_fillcircle_2d(e, 50, 50, 25, &ezx_red, 1);
    ezx_redraw(e);
    sleep(3);
    ezx_quit(e);

    return 0;
    }

    What's New in This Release:

    · This release includes a major enhancement of event handling API, new 2D drawing functions, and new documentation on API usage.
    · There are also small API changes to remove unused arguments in drawing functions.



    Product's homepage

      


    TAGS:

    graphics library | drawing graphics | 2D graphics | ezxdisp | graphics | library



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM