aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add escape sequences for cursor hiding, clearing screen when doing screen updateDrNuget2025-11-021-0/+3
|
* y height hotfixv0.1.1DrNuget2025-11-021-1/+1
|
* add LICENSEDrNuget2025-11-021-0/+338
|
* create src folder, move library codes thereDrNuget2025-11-023-1/+1
|
* Merge branch 'dev'v0.1.0DrNuget2025-11-023-5/+32
|\
| * fix some parenthesis compiler warningsDrNuget2025-11-021-2/+2
| |
| * add -Wall compiler flagDrNuget2025-11-021-1/+1
| |
| * turn code back to c99 compliant, change c standard back to c99DrNuget2025-11-022-4/+4
| |
| * change width, height to braille character width, height. also fixes boundary ↵DrNuget2025-11-022-8/+10
| | | | | | | | checks
| * fix plotting to right coordinatesDrNuget2025-11-021-4/+2
| |
| * fix the math formula for bit shiftingDrNuget2025-11-011-2/+3
| |
| * something slightly less broken shitDrNuget2025-10-311-4/+6
| |
| * some broken stuff, will fix laterDrNuget2025-10-302-0/+24
| |
* | add gitignoreDrNuget2025-11-011-0/+1
|/
* add braille character printing, change c standard to c23 and pedantic ↵DrNuget2025-10-293-3/+26
| | | | compiler warnings
* initial commit, only boilerplateDrNuget2025-10-294-0/+50