Showing 1-20 of 104 packages
An ncurses binding for node.js
WebAssembly build of the ncurses library (and many demo programs)
``` npm install ww-ncurses --save ``` ``` var ncurses = require('ww-ncurses'); ncurses.initsrc(); ``` ### API 基本使用方式同步于 ncurses 在 C/CPP 中的使用方式 #### 窗口相关 - initscr() 初始化窗口 - clear() 清屏 - col() 获取窗口「列数」 - row()
node-powered ncurses streaming twitter client
Native terminfo and ncurses bindings for Node.js, providing fast access to every terminal capability supported by the terminfo database. Runs on Node.js, Deno, and Bun.
A high-level terminal interface library for node.js.
A high-level terminal interface library for node.js.
ncurses-like CSS UI library
A high-level terminal interface library for node.js.
An implementation of Conway's Game of Life using NodeJS and NCurses.
256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi
ncurses packaged for esy
library for ncurses-style GUI rendering in node.js
The famous Matrix rain effect of falling green characters as a cli command
A high-level terminal interface library for node.js.
TuiCss is a library for developing Web applications that uses text-based user interface applications (TUI) as a style
A terminal-based todo manager using ncurses-like interface with local and global todo support
A fork of neo-blessed (which is a fork of blessed) with bug fixes and maintenance.
draw full-color (xterm-256) ansi graphics into a buffer
A fork of neo-blessed (which is a fork of blessed) with bug fixes and maintenance.