Skip to content

lsedberg/vizsink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VizSink

A command-line tool for visualizing data streams in real-time.

Features

  • Real-time data visualization

How it Works

VizSinks reads lines from standard input and visualizes the data in a browser.

It works by piping data into the VizSink command.

This data follows a simple format where each line represents a command.

Commands

Create a Grid ?

grid width height [cell_size]

Draw a Cell

Draws a square relative to a grid's origin, and sizes it according to the grid's cell size.

cell x y color

Create a Color

color name hex

# Example:
color red #ff0000

# This color can now be used in other commands.
cell x y red
# or use the hex code directly
cell x y #ff0000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published