description | Non::FLTK |
repository URL | https://git.kx.studio/non/ntk |
owner | liushuyu011@gmail.com |
last change | Thu, 28 Jan 2021 01:45:29 +0000 (27 17:45 -0800) |
last refresh | Wed, 20 Nov 2024 18:59:31 +0000 (20 19:59 +0100) |
mirror URL | git://repo.or.cz/ntk.git |
| https://repo.or.cz/ntk.git |
| ssh://git@repo.or.cz/ntk.git |
bundle info | ntk.git downloadable bundles |
content tags
|
|
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.