340 Embedded Linux System Design and Development
is proven and tested; many embedded applications have successfully employed
this combination. For instance, the ViewML browser is an HTML browser
implemented using the same combination.
NXLIB (Nano-X/X-lib Compatibility Library) allows X11 binaries to run
unmodified using the Nano-X server. This means that many full-featured
applications that run on the X-server would run on the Nano-X server as well
with little or no modifications. The NXLIB is not a complete replacement of
X-lib, because it provides only a subset of X-lib APIs. NXLIB will help reduce
porting time of huge applications that were written using other toolkits built
over X-lib. For example, a program written using Gtk-X will run on Nano-X ...