Skip to content

tavro/Donsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Donsole

Uses WinAPI to colorize and format text in console

Documentation

Usefull functions

writec(params)

writes char/chars to console

writecln(string)

writes line to console

fillArea(topleft, bottomright, char)

fills given area with char

drawBox(topleft, bottomright, char)

draws a border with char

drawHorizontalLine(startpos, length, char)

draws a horizontal line

drawVerticalLine(startpos, length, char)

draws a vertical line

About

Console written in D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages