You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jonathan Moore Liles 720d8d3320 Bump version. 2 years ago
FL Fixes clang build issues 6 years ago
GL Bring FLTK 1.3.0 into GIT. 11 years ago
documentation Install documentation under NTK name instead of FLTK. 11 years ago
examples Bring FLTK 1.3.0 into GIT. 11 years ago
fluid Fixes clang build issues 6 years ago
misc Bring FLTK 1.3.0 into GIT. 11 years ago
src themes: Workaround for bug where a background color of RGB 0,0,0 in Black color scheme is sometimes drawn as green. 2 years ago
test Add basic support for XEMBED. 10 years ago
.gitignore gitignore /.lock-waf_linux2_build that is generated by waf 10 years ago
ANNOUNCEMENT Bring FLTK 1.3.0 into GIT. 11 years ago
COPYING Bring FLTK 1.3.0 into GIT. 11 years ago
CREDITS Bring FLTK 1.3.0 into GIT. 11 years ago
README Update READMEs. 11 years ago
fltk.xpm Bring FLTK 1.3.0 into GIT. 11 years ago
mac_endianness.h Bring FLTK 1.3.0 into GIT. 11 years ago
ntk-uninstalled.pc.in Convert build system to WAF. 11 years ago
ntk.pc.in Add cflags to pkg-config files. 11 years ago
ntk_gl-uninstalled.pc.in wscript: Fix build of ntk_gl library and GL tests. 10 years ago
ntk_gl.pc.in wscript: Fix build of ntk_gl library and GL tests. 10 years ago
ntk_images-uninstalled.pc.in Add cflags to pkg-config files. 11 years ago
ntk_images.pc.in Add cflags to pkg-config files. 11 years ago
waf Upgrade waf to 2.0.18. 4 years ago
wscript Bump version. 2 years ago

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.