Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huanlin/brailledotnet
A text to braille converter library.
https://github.com/huanlin/brailledotnet
Last synced: about 1 month ago
JSON representation
A text to braille converter library.
- Host: GitHub
- URL: https://github.com/huanlin/brailledotnet
- Owner: huanlin
- License: mit
- Created: 2024-02-13T10:08:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-18T03:27:19.000Z (9 months ago)
- Last Synced: 2024-03-20T17:10:48.714Z (8 months ago)
- Language: C#
- Size: 2.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BrailleDotNet
BrailleDotNet is a Braille library for .NET.
BrailleDotNet aims to support text-to-braille conversion for two languages: English and Traditional Chinese.
- English: Unified English Braille (UEB)
- Traditional Chinese: Taiwanese Braille (台灣點字, also known as 國語點字)## Target platforms
This project targets the following .NET platforms:
- .NET 8.0
## Roadmap
The first milestone is to define text-to-braille mappings in YAML files. However, there is no specific schedule for release, I'll just see what I can do when I have time.
## Contributing
Feel free to contribute via pull requests.
1. Please create one pull request for each feature. This results in smaller pull requests that are easier to review and validate.
2. Avoid reformatting existing code unless you are making other changes to it.
3. Unless the implementation is self-explanatory, please describe the why and how behind the pull request (in English or Chinese).## Support
If you would like to support this open-source project, kindly buy me a coffee via PayPal:
## Reference
- [Rules of Unified English Braille 2nd edition 2013](https://iceb.org/Rules%20of%20Unified%20English%20Braille%202013.pdf)
- GitHub project: [unified-english-braille](https://github.com/DeafblindEngineer/unified-english-braille)