Skip to content
/ gridO Public

A curses based library to handle text based grid output

Notifications You must be signed in to change notification settings

Jockill/gridO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

gridO

(WIP) A curses based library to handle text based grid output

##Functions

  • gp_cell(x,y) : Prints a block to the x and y coordinates (grid based)
  • gp_line(y, start, length) : Prints a length long line on the y-axis
    starting at start on the x-axis
  • gp_row(start, x, length) : Prints a length long row ont the x-axis
    starting at start on the y-axis
  • gp_cellPrint(x, y, content) : Prints to the (,) cell
  • gp_clearCell(x, y) : Clears the (,) cell

##Notes The anchor is on the top-left corner of the file.

About

A curses based library to handle text based grid output

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages