NTK is a fork of FLTK 1.3.0 which adds graphics rendering via Cairo, support for transparent/overlapping widgets, streamlining of internals, and some new/improved widgets.
Go to file
Jonathan Moore Liles f10ed5a30d Update READMEs. 2012-11-14 01:34:09 -08:00
FL Fix offscreen drawing for cairo. 2012-11-13 00:44:54 -08:00
GL Bring FLTK 1.3.0 into GIT. 2012-03-05 16:46:45 -08:00
documentation Install documentation under NTK name instead of FLTK. 2012-11-04 12:23:18 -08:00
examples Bring FLTK 1.3.0 into GIT. 2012-03-05 16:46:45 -08:00
fluid Convert build system to WAF. 2012-11-12 18:56:36 -08:00
jpeg Convert build system to WAF. 2012-11-12 18:56:36 -08:00
misc Bring FLTK 1.3.0 into GIT. 2012-03-05 16:46:45 -08:00
png Convert build system to WAF. 2012-11-12 18:56:36 -08:00
src Fix offscreen drawing for cairo. 2012-11-13 00:44:54 -08:00
test Convert build system to WAF. 2012-11-12 18:56:36 -08:00
zlib Convert build system to WAF. 2012-11-12 18:56:36 -08:00
.gitignore Convert build system to WAF. 2012-11-12 18:56:36 -08:00
ANNOUNCEMENT Bring FLTK 1.3.0 into GIT. 2012-03-05 16:46:45 -08:00
COPYING Bring FLTK 1.3.0 into GIT. 2012-03-05 16:46:45 -08:00
CREDITS Bring FLTK 1.3.0 into GIT. 2012-03-05 16:46:45 -08:00
README Update READMEs. 2012-11-14 01:34:09 -08:00
fltk.xpm Bring FLTK 1.3.0 into GIT. 2012-03-05 16:46:45 -08:00
mac_endianness.h Bring FLTK 1.3.0 into GIT. 2012-03-05 16:46:45 -08:00
ntk-uninstalled.pc.in Convert build system to WAF. 2012-11-12 18:56:36 -08:00
ntk.pc.in Convert build system to WAF. 2012-11-12 18:56:36 -08:00
ntk_images-uninstalled.pc.in Convert build system to WAF. 2012-11-12 18:56:36 -08:00
ntk_images.pc.in Convert build system to WAF. 2012-11-12 18:56:36 -08:00
waf Convert build system to WAF. 2012-11-12 18:56:36 -08:00
wscript Convert build system to WAF. 2012-11-12 18:56:36 -08:00

README

# What is NTK? #

NTK is a fork of FLTK 1.3.0 which adds graphics rendering via
Cairo, support for transparent/overlapping widgets, streamlining
of internals, and some new/improved widgets.

# LICENSING #

NTK has the same license as FLTK.

# Documentation #

Currently, there is none (beyond the FLTK 1.3 docs)

# Building #

NTK uses the 'waf' build system.
     
     Type:
         ./waf configure --help 
         
to see compilation options.

Building and installing generally goes like:

     ./waf configure
     ./waf
      su -c './waf install'

# Usage #

NTK uses pkg-config for publishing library information.