1
0
Fork
You've already forked ntk
0
Fork of https://github.com/falkTX/ntk without Waf binary blob
  • C++ 66.6%
  • C 30.7%
  • Objective-C++ 2%
  • Python 0.3%
  • WebAssembly 0.2%
  • Other 0.1%
Find a file
2024年02月17日 16:30:00 -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
FL Fixes clang build issues 2017年04月21日 23:31:43 +02:00
fluid 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
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
waflib @aeef9f5fdf Replace waf binary blob 2024年01月11日 02:57:29 -08:00
.gitignore gitignore /.lock-waf_linux2_build that is generated by waf 2013年03月01日 14:44:28 -08:00
.gitmodules Replace waf binary blob 2024年01月11日 02:57:29 -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
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
README Update README with fork info 2024年02月17日 16:30:00 -08:00
waf Replace waf binary blob 2024年01月11日 02:57:29 -08:00
wscript Bump version. 2021年01月27日 17:45:29 -08:00

PowerAudio fork of NTK
======================
This fork of NTK has the following changes:
* Replaced `waf` binary blob with https://github.com/drobilla/autowaf.
----------------------------------------------------------------------
# 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.