You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
10 months ago | |
---|---|---|
client | 10 months ago | |
custom-opencpu-program | 10 months ago | |
.RData | 10 months ago | |
README.md | 10 months ago | |
UBraille.ttf | 10 months ago | |
custom.r | 10 months ago | |
install.R | 10 months ago | |
requirements.txt | 10 months ago | |
run.R | 10 months ago | |
run.sh | 10 months ago |
README.md
R Braille Diagrams
This is a project I think has some potential.
The idea is to eventually replace all visible text on an R plot with braille through liblouis
.
Requirements
Install all requirements in install.R
.
R --no-save < install.R
This can take a while because it needs to compile some libraries from source.
Also, you need Python (3.8+) and the liblouis
library.
You can install the python requirements with:
pip install -r requirements.txt
Running
To run the R server, run ./run.sh
Then, open client/index.html
in your web browser of choice while the server is running and it should display a (sloppy) plot.