Commit Graph

446 Commits (1915fb48a1cd0335885f360457ff8fc7f105c6ba)

Author SHA1 Message Date
nick black 20b01e41a8
README: fix zig link 3 years ago
nick black e301ef34ae
disable alacritty sixel until ayosec/graphics is merged #1430 3 years ago
nick black 0fade67ae1
link to Jakub Dundalek's zig example 3 years ago
nick black 01b82ebab8
[README] fix links to man pages/doxygen, erp #1497 3 years ago
nick black acc5be058c [plots] move plot.cpp to C plot.c #1421 3 years ago
nick black b13544122e
[README] add FAQ about image manipulation functionality 3 years ago
nick black ee93d1cf2c
README: add sixel/kitty links 3 years ago
nick black 30e65a915b
README: note about sshd AcceptEnv 3 years ago
nick black 9a1c22ef3c
README: nccell not cell, update Sixel question 3 years ago
nick black 7bc3800e27 [direct] accept limits for prep_image() #1411 3 years ago
nick black d8d8251a0e
notcurses-tester: enforce minimum geometry 3 years ago
nick black 0f52b01584
FAQ: add a link to Jexer for the java folks 3 years ago
nick black 9a544488db
README: demo/tester want 'data', not 'tests', argh 3 years ago
nick black 211f180c56
README: provide the Focal PPA 3 years ago
nick black 87e7c2c490
differentiate ourselves from the python competition lol 3 years ago
nick black 97082cabc0 README: fix readline link 3 years ago
nick black fb11bbce6f
update unicode emoji link to 13.1 3 years ago
nick black 874a1fcdbe
remove bogon and confusing FAQ entry 3 years ago
nick black 9a77f843a9
fundamental theorem of notcurses 3 years ago
nick black a15141f16e
README: fold up unnecessary list 3 years ago
nick black 2cd8b9d82e
Further reduction of our gigantic README
Extract Curses differences and adaptation sections, and
move them to doc/CURSES.md. Reference this new document
in README.md. We now have sufficiently few sections that
we can dispense with the ToC. Do so.
3 years ago
nick black 56686348d7
more README.md trimming 3 years ago
nick black dc436ec026
reorganize documentation, trim README.md 3 years ago
nick black c35c87ba75
FAQs: add Q about COLORTERM and ssh 3 years ago
nick black 8416e6dfcf add José and igo95862 to README.md 3 years ago
nick black 7e227744d4
link to FOSDEM presentation video 3 years ago
nick black 52b9b9304a
link to FOSDEM presentation 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 b0301c834d
git mv TERMS.md TERMINALS.md 3 years ago
nick black feb592e590
add a note about static linking #1306 3 years ago
nick black f8a835ce7c
not just poc but also pocpp 4 years ago
nick black 1631818784
rename notcurses-view to ncplayer #1299 4 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.
4 years ago
nick black 60cce801b5
add INSTALL.md #1294 4 years ago
Nick Black ca46e52340
readme: work around github rendering problems :/ 4 years ago
nick black 7f98eac236
history: add FOSDEM presentation 4 years ago
nick black 09dcda0253
README: give DragonFly BSD some love #1121 4 years ago
nick black 5904f31c8e
add FAQ about multimedia-free operation 4 years ago
nick black 68b340e3c8
ncdirect: prep readline for use #1120 4 years ago
nick black a22288223b
OTHERS: link to slok's grafterm 4 years ago
nick black 11e1b34521 README: remove unnecessary verbiage 4 years ago
nick black 7e9dc0d23b
trim README a bit 4 years ago
joseLuís e174ad44e2 update rust version in readme 4 years ago
nick black 0920675db1
there are now three ways to hide a plane, sigh 4 years ago
nick black 45a7458553
grotesque 4 years ago
nick black 520ce356b0
add 2.1.0 to history 4 years ago
nick black c8378e62ff
README: update video link 4 years ago
nick black b9ae0eee8c
readme: note that some terminals draw block chars directly 4 years ago
nick black f3688f44fb
CMake: add demo target 4 years ago
nick black f6a5aebf71
link to ncurses/libunistring in readme 4 years ago
nick black 93fef72da8 mention ncls in README.md 4 years ago
nick black 1f40b0728e link to 2.0 hype video 4 years ago
nick black 48efdeb84f tighten up link to minidebconf 4 years ago
nick black d5797d84d5 update data model diagram, link to debminiconf talk in history 4 years ago
Érico Nogueira Rolim 067b35fe9d README: fix dpkg command. 4 years ago
nick black 27c58a0284
add crates.io crate 4 years ago
nick black a5b6ce135d
README: list demo for example code 4 years ago
nick black 1a3bf4132e sexblitter: eliminate use of uninitialized lowestcur in collect_mindiffs() 4 years ago
nick black 40ca9d3230 add pypi badge 4 years ago
nick black 356aad8eff c and c++ badges 4 years ago
nick black 50a8981d0d readme: align build badge 4 years ago
nick black b56f5989bd some shields 4 years ago
nick black 6415775326
what's up with mosh? 4 years ago
nick black 22b1169f49
colors: s/always/usually/g 4 years ago
nick black 69a32c7643
notcurses-planereels is not installed, don't list it 4 years ago
nick black 3fe707d32f
document installation of python/rust wrappers 4 years ago
nick black 1df48e47fc
remove doubled colons 4 years ago
nick black c31a78a244
notcurses-view: move to a complex marshal 4 years ago
nick black c1c187f247
losing my goddamned mind 4 years ago
nick black a67819a4a2
README: add links to OTHERS.md and TERMS.md 4 years ago
nick black f880f8e3cf
'a point' idiot 4 years ago
nick black 7186c2590d
clarify LANG in FAQs 4 years ago
nick black 9d917d3243
faq faq faq 4 years ago
nick black 7aeb9cdf2d
use boldface in FAQs for delimiting 4 years ago
nick black 84b55bf61a
tighten up FAQs 4 years ago
nick black 80ca70159c
fuck java forever 4 years ago
nick black db0dc15088
mention that API is stable since 2.0 4 years ago
nick black ddb8198414
terminate sentence with period 4 years ago
nick black 33340434c0
readme stylings 4 years ago
nick black f3ddc48002
drop distro paragraph, add heads-up about src/poc 4 years ago
nick black a44090a7f7
s/notcurses/Notcurses/g 4 years ago
nick black f39de36b4c
two new FAQs 4 years ago
nick black 8cbc9e1b3b
add 1.7.0 to history section 4 years ago
nick black aa7acc0e7a
quick wording change to FAQs 4 years ago
nick black 4d7941f1b9
CMake: add USE_POC to control building poc binaries 4 years ago
nick black f8854f84e8
demo summary: scale TheoFPS div by 1000 #928 4 years ago
nick black 2add9bacd6 wisdom? 4 years ago
nick black 99d90a4ecf
charset vs charencoding terminology 4 years ago
nick black aebf2cdb9c
CMake: restore 3.14.0+ requirements 4 years ago
nick black 45e5d95774
ugh 4 years ago
Nick Black 11d6a4eb89
New reel layout algorithm #818 (#870)
New reel layout algorithm based on trimming and sifting. Fixes the original issue of #818, though I'm not marking that bug fixed until I've resolved the little issues remaining with this one.
Back off CMake version dependency, see if we can get by with 3.11.4 for EPEL8 #851
Simplify tablet drawing tremendously by separating tablet border and data planes. Callbacks no longer need worry about the borders; they can simply fill the plane they're handed. #833
Improve notcurses_debug() a bit
Add ncplane_new_named() and friends to expose plane naming to the user.
Add internal ncplane_genocide() to kill a plane and all its bound descendents
New industrial-strength ncreel unit testing
notcurses-ncreel now accepts -ln for log level n
Add ncplane_parent() and ncplane_parent_const()
4 years ago
nick black f5f9808d80 install notcurses-pydemo.1 as part of python #836 4 years ago
nick black 604747c8f2 notcurses_puttext: use libunistring for wordbreaking #772 4 years ago
nick black 42b0be7f3a
Run PoC tests even without doctest #811
Add back the USE_DOCTEST CMake option, but make it conditional
upon BUILD_TESTING. If BUILD_TESTING is provided without
USE_DOCTEST, we build and run the PoC tests, just not
notcurses-tester. If neither is defined, no tests are available
(the PoC binaries are still built). If both are defined, build
the PoCs plus notcurses-tester, and run them all in make test.
4 years ago
nick black 62f6896715
CMake: remove python stuff; it'll be built externally 4 years ago
nick black f5a84620d2
CMake: remove rust stuff; it's built externally 4 years ago
nick black 0ca1716cbd
README: purge alignment div, apache 2.0 badge 4 years ago
Nick Black 6685ff2767
right-align other badges alongside ToC 4 years ago
nick black 573a248da4
add Repology badge 4 years ago