mirror of
https://github.com/braillerap/BrailleRap.git
synced 2026-05-10 12:43:22 +02:00
Compare commits
5 Commits
4f659eba60
...
6d8cbf29bb
| Author | SHA1 | Date | |
|---|---|---|---|
| 6d8cbf29bb | |||
| b5d8e36f8c | |||
| b7c7042ac2 | |||
| 3dfa00b886 | |||
| 4e32ea279e |
@@ -11,11 +11,10 @@ import java.util.ArrayList;
|
||||
*/
|
||||
public class Braille6GcodeEncoding implements BrailleGcodeEncoding {
|
||||
private static final BrailleGcodeDot[] dot = new BrailleGcodeDot[] {
|
||||
new BrailleGcodeDot('a', new int[] {1}),
|
||||
new BrailleGcodeDot('b', new int[] {1,2}),
|
||||
new BrailleGcodeDot('c', new int[] {1,4}),
|
||||
|
||||
|
||||
new BrailleGcodeDot('a', new int[] {1}),
|
||||
new BrailleGcodeDot('b', new int[] {1,2}),
|
||||
new BrailleGcodeDot('c', new int[] {1,4}),
|
||||
|
||||
|
||||
new BrailleGcodeDot('d', new int[]{1,4,5}),
|
||||
new BrailleGcodeDot('e', new int[] {1,5}),
|
||||
|
||||
@@ -22,13 +22,27 @@ BrailleRAP now exist in 2 different sizes: **BrailleRAP** and **BrailleRAP XL**.
|
||||
<img src="https://github.com/braillerap/BrailleRap/blob/master/docs/IMG/brap_sample2.jpg" alt="Tangible documents examples made on BrailleRAP" style="width:75%; align:center;">
|
||||
</figure>
|
||||
|
||||
You may also find some interest in [OpenStreetTangible](https://github.com/braillerap/OpenStreetTangible), a tangible subway map of the Rennes city in France. A custom build to demonstrate the ability of OpenStreetTouch and BrailleRAP to build accessible map.
|
||||
You may also find some interest in some 'side' projects to extend your BrailleRAP usage :
|
||||
|
||||
|
||||
[OpenStreetTangible](https://github.com/braillerap/OpenStreetTangible), a tangible subway map of the Rennes city in France. A custom build to demonstrate the ability of OpenStreetTouch and BrailleRAP to build accessible map.
|
||||
|
||||
If you built a **BrailleRAP XL** maybe you want to carry it easily. The transport bag for the **BrailleRAP XL** is available [here](https://github.com/braillerap/braillerap-bag). Many thanks to [pasfou](https://github.com/pasfou) for this brilliant idea and realization.
|
||||
|
||||
<figure>
|
||||
<img src="https://github.com/braillerap/BrailleRap/blob/master/docs/IMG/brapbag1.jpg" alt="A custom bag for BrailleRAP XL" style="width:75%; align:center;">
|
||||
</figure>
|
||||
|
||||
**En_Bosse** a [Handitechlab Inria](https://project.inria.fr/handitechlabinria/fr/) project to process ultrasound imagery. The project AIM to emboss ultrasound imagery to make it available for visual impaired parents. [Em_Bosse](https://gitlab.inria.fr/handitechlabinria/enbosse/en_bosse/-/blob/main/README.md?ref_type=heads).
|
||||
|
||||
**Carnet_de_sante** a [Handitechlab Inria](https://project.inria.fr/handitechlabinria/fr/) project to make children growing health data available for visual impaired peoples. [Carnet_de_sante](https://gitlab.inria.fr/handitechlabinria/enbosse/carnet_de_sante/-/blob/main/README.md?ref_type=heads).
|
||||
|
||||
**Tactipix** a [Handitechlab Inria](https://project.inria.fr/handitechlabinria/fr/) a starting collection of children illustrated books with audio resources. [Tactipix](https://handitechlabinria.gitlabpages.inria.fr/tactipix/)
|
||||
|
||||
|
||||
|
||||
|
||||
If you built a **BrailleRAP XL** maybe you want to carry it easily. The transport bag for the **BrailleRAP XL** is available [here](https://github.com/braillerap/braillerap-bag). Many thanks to [pasfou](https://github.com/pasfou) for this brilliant idea and realization.
|
||||
|
||||
<figure>
|
||||
<img src="https://github.com/braillerap/BrailleRap/blob/master/docs/IMG/brapbag1.jpg" alt="A custom bag for BrailleRAP XL" style="width:75%; align:center;">
|
||||
</figure>
|
||||
|
||||
## OSHWA Certification
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user