The name is a bit close to “ncurses”. Also a screenshot early on would be helpful to illustrate what it can be used for.
There is a screenshot [1]. [1]: https://raw.githubusercontent.com/dankamongmen/notcurses/gh-...
Notcurses: Blingful character graphics/TUI library
11–20 of 49 posts
Re: Notcurses: Blingful character graphics/TUI library
#12Re: Notcurses: Blingful character graphics/TUI library
#13Re: Notcurses: Blingful character graphics/TUI library
#14Re: Notcurses: Blingful character graphics/TUI library
#15Earlier quoted context omitted.
There is a screenshot [1]. [1]: https://raw.githubusercontent.com/dankamongmen/notcurses/gh-...
Yes, but that’s both fairly far down the page and not really a good example of what an actually application might look like
https://nick-black.com/dankwiki/index.php/File:Notcurses-1.0...
https://nick-black.com/dankwiki/index.php/File:Pixel-orca.pn...
Very impressive.
Re: Notcurses: Blingful character graphics/TUI library
#16The FAQ has some interesting entries: Can I use Notcurses in my closed-source program? Notcurses is licensed under Apache2, a demonstration that I have transcended your petty world of material goods, fiat currencies, and closed sources. Implement Microsoft Bob in it. Charge rubes for it. Put it in your ballistic missiles so that you have a nice LED display of said missile's speed and projected yield; right before imp…
Re: Notcurses: Blingful character graphics/TUI library
#17The name is a bit close to “ncurses”. Also a screenshot early on would be helpful to illustrate what it can be used for.
Re: Notcurses: Blingful character graphics/TUI library
#18For the handful slightly fancy TUI applications I wrote, I had some fun in just using raw escape sequences. I really like the buildkit output style, I couldn't figure out how to do something like this – multiline output without a full-term application – with curses, so I did it myself.
Re: Notcurses: Blingful character graphics/TUI library
#19Re: Notcurses: Blingful character graphics/TUI library
#20The name is a bit close to “ncurses”. Also a screenshot early on would be helpful to illustrate what it can be used for.
There’s also a yt video showing a demo that can be run after installing notcurses: https://www.youtube.com/watch?v=dcjkezf1ARY Pretty hefty.
I would like to combine something like this with https://github.com/runvnc/tersenet or some of those ideas.