mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
image in README
This commit is contained in:
parent
2de07f8a48
commit
f9ac7a7737
@ -3,6 +3,10 @@ blingful TUI library for modern terminal emulators. definitely not curses.
|
||||
|
||||
by [nick black](https://nick-black.com/dankwiki/index.php/Hack_on) (<nickblack@linux.com>)
|
||||
|
||||
<p align="center">
|
||||
<img width="640" height="242" src="doc/0.4.0-sheet.png" alt="notcurses 0.4.0 contact sheet"/>
|
||||
</p>
|
||||
|
||||
* [Introduction](#introduction)
|
||||
* [Requirements](#requirements)
|
||||
* [Use](#use)
|
||||
|
BIN
doc/0.4.0-sheet.png
Normal file
BIN
doc/0.4.0-sheet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 MiB |
@ -142,7 +142,7 @@ draw_luigi(struct ncplane* n, const char* sprite){
|
||||
int luigi_demo(struct notcurses* nc){
|
||||
struct ncplane* n = notcurses_stdplane(nc);
|
||||
int averr = 0;
|
||||
struct ncvisual* nv = ncplane_visual_open(n, "../tests/megaman2.bmp", &averr);
|
||||
struct ncvisual* nv = ncplane_visual_open(n, "../tests/lamepatents.jpg", &averr);
|
||||
if(nv == NULL){
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user