Expand description
This is a simple(ish) graphics library that runs in the terminal. Repository: https://github.com/Forged-Dyslexic/Trender Author: https://github.com/QuantumLoopHole
Traits§
Functions§
- cell
- Draw a square pixel on the terminal
- clear
- clears the terminal
- d2_
map_ cell - Maps out supert values in a 2D space
- d2_path
- Draws a 2d line on the terminal
- fill_
colum_ cell - Fills row of terminal with a specific color
- fill_
colum_ real_ cell - Fills row of terminal with a specific color
- fill_
row_ cell - Fills row of terminal with a specific color
- fill_
screen_ cell - Fills the screen of the terminal with a specific color
- real_
cell - Draw a “real” pixel
- row_
test_ cell - Fills row of terminal with random colors
- screen_
test_ cell - Fills the screen with random colors.
- show_
curser