Character graphics and TUI library
https://nick-black.com/dankwiki/index.php/Notcurses
notcurses facilitates the creation of modern TUI programs, making
full use of Unicode and 24-bit TrueColor. Its API is similar
to that of NCURSES, but extends that with z-buffering, rendering
of images and video using ffmpeg, alpha blending, widgets, palette
fades, resize awareness, and multithreading support.
- Developed at devel:libraries:c_c++
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/notcurses && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
notcurses-2.1.5.tar.gz | 0011069963 10.6 MB | |
notcurses.changes | 0000013750 13.4 KB | |
notcurses.spec | 0000007729 7.55 KB |
Revision 8 (latest revision is 23)
Dominique Leuenberger (dimstar_suse)
accepted
request 864405
from
Dirk Mueller (dirkmueller)
(revision 8)
- fix build without pandoc on 32bit x86 and arm - Update to version 2.1.5 * Notcurses now depends on GNU Readline at build and runtime, entirely for the benefit of direct mode, which now prepares GNU Readline for safe use (unless the new NCDIRECT_OPTIONS_NO_READLINE is used). ncplane_putstr_yx(), ncplane_putstr_stained(), and ncplane_putnstr_yx() now return the number of columns output, as long documented (they were mistakenly returning the number of bytes). * cplane_abs_yx() has been added, returning the absolute coordinates of the plane's origin (i.e. coordinates relative to its pile). - Update to version 2.1.4 * Direct mode now supports NCDIRECT_OPTION_NO_QUIT_SIGHANDLERS, and by default installs signal handlers similar to those of fullscreen mode. They will attempt to reset the terminal, and propagate the signal. * Add channels_fg_palindex() and channels_bg_palindex(). - Update to version 2.1.3 * ncdirect_styles_{set, on, off}() have been deprecated in favor of ncdirect_{set, on, off}_styles(), to match ncplane_ equivalents. * ncdirect_raster_frame() no longer requires blitter nor scale. * ncdirect_{fg, bg}_{default, rgb}() have been deprecated in favor of ncdirect_set_{fg, bg}_{default, rgb}(), to match ncplane. - Update to version 2.1.2 * Add notcurses_linesigs_enable() and notcurses_linesigs_disable(). * Divide ncdirect_render_image() into component
Comments 0