Skip to content

feider/blitzbasic-ascii-renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASCII Renderer

  __      _     _
 / _| ___(_) __| | ___ _ __
| |_ / _ \ |/ _` |/ _ \ '__|
|  _|  __/ | (_| |  __/ |
|_|  \___|_|\__,_|\___|_|

Written as an absolutely useful project during the corona crisis in April 2020.

A small ASCII renderer, features the commands:

  • AsciiGraphics()
  • AsciiRender()
  • AsciiCls(char$)
  • AsciiHLine(char$, x_start, x_end, y)
  • AsciiVLine(char$, x, y_start, y_end)
  • AsciiDrawRect(char$, x_start, y_start, x_end, y_end, filled)
  • AsciiText(text$, x, y)
  • AsciiPlot(char$, x, y)
  • AsciiCheckInScreen(x, y)

Look at example.bb to check how it works

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published