mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
move ncreel to PoCs, don't install #1033
This commit is contained in:
parent
f15dc9ba80
commit
8d347d14bb
@ -495,19 +495,6 @@ target_link_libraries(notcurses-input
|
||||
notcurses++
|
||||
)
|
||||
|
||||
# notcurses-ncreel
|
||||
file(GLOB NCREELSRCS CONFIGURE_DEPENDS src/ncreel/*.cpp)
|
||||
add_executable(notcurses-ncreel ${NCREELSRCS})
|
||||
target_include_directories(notcurses-ncreel
|
||||
PRIVATE
|
||||
include
|
||||
"${PROJECT_BINARY_DIR}/include"
|
||||
)
|
||||
target_link_libraries(notcurses-ncreel
|
||||
PRIVATE
|
||||
notcurses++
|
||||
)
|
||||
|
||||
# notcurses-tetris
|
||||
file(GLOB TETRISSRC CONFIGURE_DEPENDS src/tetris/*.cpp)
|
||||
add_executable(notcurses-tetris ${TETRISSRC})
|
||||
@ -642,7 +629,6 @@ install(FILES ${MARKDOWN} DESTINATION ${CMAKE_INSTALL_DOCDIR})
|
||||
|
||||
install(TARGETS notcurses-demo DESTINATION bin)
|
||||
install(TARGETS notcurses-input DESTINATION bin)
|
||||
install(TARGETS notcurses-ncreel DESTINATION bin)
|
||||
install(TARGETS ncneofetch DESTINATION bin)
|
||||
install(TARGETS notcurses-tetris DESTINATION bin)
|
||||
if(${USE_FFMPEG} OR ${USE_OIIO})
|
||||
|
@ -34,7 +34,6 @@
|
||||
<a href="notcurses-demo.1.html">notcurses-demo</a>—shows off some notcurses features<br/>
|
||||
<a href="notcurses-direct-pydemo.1.html">notcurses-direct-pydemo</a>—validates the Python direct-mode wrappers<br/>
|
||||
<a href="notcurses-input.1.html">notcurses-input</a>—reads and decodes input events<br/>
|
||||
<a href="notcurses-ncreel.1.html">notcurses-ncreel</a>—experiments with ncreels<br/>
|
||||
<a href="notcurses-pydemo.1.html">notcurses-pydemo</a>—validates the Python wrappers<br/>
|
||||
<a href="notcurses-tester.1.html">notcurses-tester</a>—unit test driver<br/>
|
||||
<a href="notcurses-tetris.1.html">notcurses-tetris</a>—Tetris in a terminal<br/>
|
||||
|
@ -1,34 +0,0 @@
|
||||
% notcurses-ncreel(1)
|
||||
% nick black <nickblack@linux.com>
|
||||
% v1.7.4
|
||||
|
||||
# NAME
|
||||
|
||||
notcurses-ncreel - Experiment with ncreels
|
||||
|
||||
# SYNOPSIS
|
||||
|
||||
**notcurses-ncreel** [**-t tabletbordermask**] [**-b bordermask**] [**-ob bottomoffset**] [**-ot topoffset**] [**-ol leftoffset**] [**-or rightoffset**] [**-ln**]
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
**notcurses-ncreel** generates an ncreel to experiment with. With the
|
||||
program open, press 'a' to create a new tablet, or 'd' to delete the focused
|
||||
tablet (if one exists). 'q' quits at any time.
|
||||
|
||||
# OPTIONS
|
||||
|
||||
**-l loglevel**: Log everything (log level 8) or nothing (log level 0) to stderr.
|
||||
|
||||
# NOTES
|
||||
|
||||
Optimal display requires a terminal advertising the **rgb** terminfo(5)
|
||||
capability, or that the environment variable **COLORTERM** is defined to
|
||||
**24bit** (and that the terminal honors RGB escapes), along with a good
|
||||
monospaced font supporting the Unicode Block Drawing Characters.
|
||||
|
||||
# SEE ALSO
|
||||
|
||||
**notcurses(3)**,
|
||||
**notcurses_reel(3)**,
|
||||
**terminfo(5)**
|
@ -14,7 +14,6 @@ Run, using `valgrind --tool=memcheck --leak-check=full`:
|
||||
* `notcurses-demo` in each of the three multimedia configurations
|
||||
* `notcurses-demo` with `USE_QRCODEGEN=off`
|
||||
* `notcurses-demo` in ASCII mode (`export LANG=C`)
|
||||
* `notcurses-ncreel`
|
||||
* `notcurses-input`
|
||||
* `notcurses-view` with each scaling mode and an image + video, in three
|
||||
terminal geometries: square, tall, wide
|
||||
|
Loading…
x
Reference in New Issue
Block a user