Skip to content

MX-Futhark/four-color-ascii-canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

four-color-ascii-canvas

Usage

var FourColorASCIICanvas = require('four-color-ascii-canvas');
var canvas = new FourColorASCIICanvas(WIDTH, HEIGHT);
canvas.paint(ndarray); // Flat array of RGBA pixels of length WIDTH*HEIGHT*4

Example

See the following project: https://github.com/MX-Futhark/terminal-gbc-emulator#example

About

Efficient ASCII Canvas in the terminal with four colors

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published