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 720d8d3320 Bump version. 2021-01-27 17:45:29 -08:00
FL Fixes clang build issues 2017-04-21 23:31:43 +02: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 Fixes clang build issues 2017-04-21 23:31:43 +02:00
misc Bring FLTK 1.3.0 into GIT. 2012-03-05 16:46:45 -08:00
src themes: Workaround for bug where a background color of RGB 0,0,0 in Black color scheme is sometimes drawn as green. 2021-01-20 18:31:12 -08:00
test Add basic support for XEMBED. 2013-03-29 14:30:54 -07:00
.gitignore gitignore /.lock-waf_linux2_build that is generated by waf 2013-03-01 14:44:28 -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 Add cflags to pkg-config files. 2012-11-16 01:29:22 -08:00
ntk_gl-uninstalled.pc.in wscript: Fix build of ntk_gl library and GL tests. 2012-12-12 17:12:39 -08:00
ntk_gl.pc.in wscript: Fix build of ntk_gl library and GL tests. 2012-12-12 17:12:39 -08:00
ntk_images-uninstalled.pc.in Add cflags to pkg-config files. 2012-11-16 01:29:22 -08:00
ntk_images.pc.in Add cflags to pkg-config files. 2012-11-16 01:29:22 -08:00
waf Upgrade waf to 2.0.18. 2019-09-25 00:01:03 -07:00
wscript Bump version. 2021-01-27 17:45:29 -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.