Skip to content

Releases: dankamongmen/notcurses

v0.1.0—a chance to create something transcendent

29 Nov 03:27
c6da5d5
Compare
Choose a tag to compare

https://github.com/dankamongmen/notcurses/milestone/1

  • visibility=hidden by default, control exports via API macro (#56)
  • signal handlers for INT, QUIT, and WINCH. they can be turned off via option (#27)
  • decode AVFrames (#61)
  • complete ncplanes API: movement in xy, resize, movement in z, styles (#11), destroy (#26),
  • slider demo (#67)
  • render z-buffer (#1)

lots of work. we're getting there.

v0.0.9—big baby jesus, i can't wait

27 Nov 03:54
e64f7a2
Compare
Choose a tag to compare
Pre-release

https://github.com/dankamongmen/notcurses/milestone/3

  • Initial release
  • Support for 24-bit directcolor foregrounds and backgrounds (no quantization down yet, sorry, soon!)
  • Support for smcup/rmcup and configurable use thereof
  • Support for disabling cursor when available
  • Support for hline, vline, box drawing
  • Support for loading Extended Grapheme Clusters from UTF-8
  • Support for EGC display
  • Fast whole-screen rendering (not using a damage map yet)
  • Libav support for video/images