Check out my first novel, midnight's simulacra!

Notcurses: Difference between revisions

From dankwiki
Line 60: Line 60:
The two primary environmental factors affecting notcurses are the terminal emulator and the configured fonts.
The two primary environmental factors affecting notcurses are the terminal emulator and the configured fonts.


For performance evaluation, I run `notcurses-demo` in each terminal three times. Each terminal is configured to use Inconsolata Medium 12 as its primary font, to 70% opacity (if supported), and run at a 70x80 geometry. I report the minimum, maximum, and average of the three wall clock *rendering* times (i.e. time spent within <tt>notcurses_render()</tt>.
For performance evaluation, I run `notcurses-demo` in each terminal three times. Each terminal is configured to use Inconsolata Medium 12 as its primary font, to 70% opacity (if supported), and run at a 70x80 geometry. I report the minimum, maximum, and average of the three wall clock *rendering* times (i.e. time spent within <tt>notcurses_render()</tt>. If DirectColor output could not be rendered, the terminal is reported as a <b>failure</b> (this is perhaps/probably due to my ignorance).


{| class="wikitable"
{| class="wikitable"