Changes between Version 130 and Version 131 of Developer/OpenProjects


Ignore:
Timestamp:
12/15/09 02:55:35 (14 years ago)
Author:
AaronGrier
Comment:

/* Nano-X (formerly MicroWindows?) */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/OpenProjects

    v130 v131  
    309309'''Extention and Related Projects:'''
    310310
    311  *  NXLIB -- NXLIB is a binary replacement for the libX11 library to allow applications to be run under Nano-X instead of full-blown X11.  It assumes that a native port of the X Window System is available for the target in question, which is often the case for Linux, but not for RTEMS.  Rather than port X11 to RTEMS, it seems like it would be more feasable to package the necessary collection of X11 headers and build utilities (imake) for RTEMS and NXLIB.
     311 *  NXLIB -- NXLIB is a binary replacement for the libX11 library to allow applications to be run under Nano-X instead of full-blown X11.  It assumes that a native port of the X Window System is available for the target in question, which is often the case for Linux, but not for RTEMS.  Rather than port X11 to RTEMS, it seems like it would be more feasible to package the necessary collection of X11 headers and build utilities (imake) for RTEMS and NXLIB.
    312312
    313313 *  Qt Embedded (http://qt.nokia.com/products/) -- While the Qt/X11 port could likely be run under NXLIB, performance may be better with a native Nano-X port.
     314
     315 *  TinyWidgets (http://www.tnw2000.org/) -- Last updated in 2007, but source is still available.
     316
     317 *  wxWidgets for Microwindows (http://www.wxwidgets.org/docs/embedded.htm#wxmwin) -- incomplete port, appears to need some work to make it threadsafe.
    314318
    315319 *  directfb (http://www.directfb.org/) -- Linux' DirectFB API provides additional graphics acceleration and limited windowing support.  It may be possible to provide a similar API under RTEMS to allow porting of Linux DirectFB applications.