|
|
13 years ago | |
|---|---|---|
| FL | 13 years ago | |
| GL | 13 years ago | |
| documentation | 13 years ago | |
| examples | 13 years ago | |
| fluid | 13 years ago | |
| misc | 13 years ago | |
| src | 13 years ago | |
| test | 13 years ago | |
| .gitignore | 13 years ago | |
| ANNOUNCEMENT | 13 years ago | |
| COPYING | 13 years ago | |
| CREDITS | 13 years ago | |
| README | 13 years ago | |
| fltk.xpm | 13 years ago | |
| mac_endianness.h | 13 years ago | |
| ntk-uninstalled.pc.in | 13 years ago | |
| ntk.pc.in | 13 years ago | |
| ntk_gl-uninstalled.pc.in | 13 years ago | |
| ntk_gl.pc.in | 13 years ago | |
| ntk_images-uninstalled.pc.in | 13 years ago | |
| ntk_images.pc.in | 13 years ago | |
| waf | 13 years ago | |
| wscript | 13 years ago | |
# 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.