Commit Graph

4100 Commits (e20fb4ac8fb1f397761331c15cee1cd29239d1e5)
 

Author SHA1 Message Date
nick black e20fb4ac8f
install NotcursesCore cmake support files 3 years ago
nick black 6bb88c42ef
simplify wording in FAQ entry 3 years ago
nick black 7eafcfe598
rename notcurses-tetris -> nctetris 3 years ago
nick black 121f10a9c5
v2.1.7 3 years ago
nick black b4709bbb4e
tag libnotcurses.so with soversion 3 years ago
nick black 57271d09ce
v2.1.6 3 years ago
nick black b0301c834d
git mv TERMS.md TERMINALS.md 3 years ago
nick black 3aae597ddd
add notcurses-core to Requires for rust linking 3 years ago
nick black 07ec5206cb
install notcurses-core.pc pkg-config support 3 years ago
nick black feb592e590
add a note about static linking #1306 3 years ago
nick black f638b5f12b
use Requires.private for static linking in pkg-config #1306 3 years ago
nick black 65231aefb2
fix linking for USE_MULTIMEDIA=none 3 years ago
nick black 87f2e03510
animate: trim flop over the top 3 years ago
nick black 81f689b6a2
don't violate ODR with visual_implementation 3 years ago
nick black 822d41eb8f
document notcurses-core split 3 years ago
nick black cde25b9431
ncneofetch: don't require multimedia 3 years ago
nick black 029013a73d
eliminate all weak symbols chicanery 3 years ago
nick black 86009433e3
properly dispatch post-split ncvisual_subtitles() 3 years ago
nick black 73834e392c
animate: clean up after ourselves with original color #1310 3 years ago
nick black dd210871d6
Reorder demos slightly
'dragon' looks much cooler when it has residue from the
prior demo still on the screen. 'yield' won't do, though,
as it's a graphic (which, devoid of color, looks like
nothing). move it after 'highcontrast'. move 'normal' up
after 'trans' so as never to present too much reading
to the user at once. users hate reading =[. this also
makes 'mojibake' look cooler while we're at it.

Signed-off-by: nick black <dankamongmen@gmail.com>
3 years ago
nick black a0b905769d
ncvisual_ need hot dispatch on _init #1309 3 years ago
nick black f8a835ce7c
not just poc but also pocpp 3 years ago
Andrew Bocz Jr d73bc392ab remove duplicate text from INSTALL.md 3 years ago
nick black 5c97b494a1 fix up oiio #1301 3 years ago
nick black 9b81394e0c oiio: kill ncvisual_decode 3 years ago
nick black 556619c848 finish shim ncvisual #1301 3 years ago
nick black 45c389a709 document *_core_init() #1301 3 years ago
nick black 6d15aacc52 add notcurses_core.3.md man page #1301 3 years ago
nick black 6bd288f056 Workable split of library
Rather than trying to force things in via library constructors
and weak symbols and --whole-archive and pkg-config tricks, just
add new functions ncdirect_core_init() and notcurses_core_init().
libnotcurses has ncdirect_init() and notcurses_init(), which pass
through to these. apps linking against notcurses-core ought use
the _core_ variants directly. This gets exactly the linkage we
want, everywhere. Convert many PoCs to _core_ variants. #1301

Signed-off-by: nick black <dankamongmen@gmail.com>
3 years ago
nick black fb85bb9a53
magical incantation to not stomp DragonFly's clock_nanosleep #1121 3 years ago
nick black 9cf2925f47
prepare NotcursesCoreConfig.cmake #1301 3 years ago
nick black a5244632da
NotcursesConfig.cmake: list -lnotcurses-core #1301 3 years ago
nick black 7f1d208a0a
vizdirect PoC: always call ncdirect_stop() 3 years ago
nick black 421f450526
visual_implementation: use weak symbol rather than library constructors #1301 3 years ago
nick black bb3f9c1836
move c++ POCs into src/pocpp 3 years ago
nick black c1ea096d31
set CMAKE_LINK_WHAT_YOU_USE to ON #1300 3 years ago
nick black 05193af667
remove extraneous USE_MULTIMEDIA check #1300 3 years ago
nick black 899ef3e62e
ncdirect_canopen_images: use notcurses_canopen_images() #1300 3 years ago
nick black 1631818784
rename notcurses-view to ncplayer #1299 3 years ago
Nick Black 9112185657
Split up notcurses/notcurses-core (#1297)
Extract `libnotcurses-core` from `libnotcurses`. The former contains everything except multimedia code. The latter contains multimedia stuff (a wrapper around FFmpeg or OIIO). If built with `-DUSE_MULTIMEDIA=none`, there will not be any `libnotcurses.so` generated. `libnotcurses.so` uses library constructors/destructors to insert its implementation into the `ncvisual` stack at runtime. Users linking `-lnotcurses` will get the full implementation; users linking `-lnotcurses-core` only will get the stack less multimedia code.

The upshot of this is that someone can compile/install only `libnotcurses-core`, and a program linked against it will work just fine. This eliminates the need to install the full (large) dependency stack of the multimedia code unless necessary. This will hopefully be useful for e.g. installers etc. Closes #339.
3 years ago
nick black c62a3f7464
tetris: much better color for background 4 years ago
nick black dd6b4f8ff5 INSTALL: add missing libunistring-dev, doctest-dev #1294 4 years ago
nick black 8077fc47f3
view: add -V to usage() #1266 4 years ago
nick black 60cce801b5
add INSTALL.md #1294 4 years ago
nick black 559e274aa8
add recommended terminfo for putty #1295 4 years ago
nick black b48d84b968
TERMS: use emoji for checkboxes/no 4 years ago
nick black a0c700da86
TERMS: remove bce column since we don't use bce 4 years ago
nick black 97ccd0eee9
add some terminals to TERMS.md #1295 4 years ago
nick black ccf124ddb9
clean up TERMS.md #1295 4 years ago
nick black 14c64a2aa2
uniblock demo: set pbar background to 0 4 years ago