index
:
brailleboi
dev
master
A braille image drawing library written in C
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
make coordinates start from 0
HEAD
v0.2.1
master
DrNuget
2025-11-03
1
-0
/
+2
*
update README
DrNuget
2025-11-02
1
-0
/
+2
*
add README
DrNuget
2025-11-02
1
-0
/
+21
*
add image buffer clearing
v0.2.0
DrNuget
2025-11-02
2
-0
/
+8
*
turn escape sequences iso compliant
DrNuget
2025-11-02
1
-4
/
+4
*
add escape sequences for cursor hiding, clearing screen when doing screen update
DrNuget
2025-11-02
1
-0
/
+3
*
y height hotfix
v0.1.1
DrNuget
2025-11-02
1
-1
/
+1
*
add LICENSE
DrNuget
2025-11-02
1
-0
/
+338
*
create src folder, move library codes there
DrNuget
2025-11-02
3
-1
/
+1
*
Merge branch 'dev'
v0.1.0
DrNuget
2025-11-02
3
-5
/
+32
|
\
|
*
fix some parenthesis compiler warnings
DrNuget
2025-11-02
1
-2
/
+2
|
*
add -Wall compiler flag
DrNuget
2025-11-02
1
-1
/
+1
|
*
turn code back to c99 compliant, change c standard back to c99
DrNuget
2025-11-02
2
-4
/
+4
|
*
change width, height to braille character width, height. also fixes boundary ...
DrNuget
2025-11-02
2
-8
/
+10
|
*
fix plotting to right coordinates
DrNuget
2025-11-02
1
-4
/
+2
|
*
fix the math formula for bit shifting
DrNuget
2025-11-01
1
-2
/
+3
|
*
something slightly less broken shit
DrNuget
2025-10-31
1
-4
/
+6
|
*
some broken stuff, will fix later
DrNuget
2025-10-30
2
-0
/
+24
*
|
add gitignore
DrNuget
2025-11-01
1
-0
/
+1
|
/
*
add braille character printing, change c standard to c23 and pedantic compile...
DrNuget
2025-10-29
3
-3
/
+26
*
initial commit, only boilerplate
DrNuget
2025-10-29
4
-0
/
+50