Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nsoiffer/mathcat
MathCAT: Math Capable Assistive Technology for generating speech, braille, and navigation.
https://github.com/nsoiffer/mathcat
assistive-technology mathematics
Last synced: 7 days ago
JSON representation
MathCAT: Math Capable Assistive Technology for generating speech, braille, and navigation.
- Host: GitHub
- URL: https://github.com/nsoiffer/mathcat
- Owner: NSoiffer
- License: mit
- Created: 2021-07-24T04:45:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T05:07:31.000Z (3 months ago)
- Last Synced: 2024-10-25T05:10:05.297Z (3 months ago)
- Topics: assistive-technology, mathematics
- Language: Rust
- Homepage:
- Size: 13.5 MB
- Stars: 61
- Watchers: 13
- Forks: 35
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MathCAT: Math Capable Assistive Technology
is a library that supports conversion of MathML to:* Speech strings (in several languages) with embedded speech engine commands
* Braille (Nemeth, UEB Technical, CMU, and many others)
* Navigation of math (in multiple ways including overviews)There are four related projects that make use of MathCAT:
- [MathCATDemo](https://nsoiffer.github.io/MathCATDemo/) -- an online demonstration of some of what can be done with MathCAT
- [A python interface for MathCAT](https://github.com/NSoiffer/MathCATForPython) -- used by a [MathCAT NVDA add-on](https://addons.nvda-project.org/addons/MathCAT.en.html).
- [A C/C++ interface for MathCAT](https://github.com/NSoiffer/MathCATForC)
- [A Java interface for MathCAT](https://github.com/mwhapples/MathCAT4J) (thanks to Michael Whapples for working on that)MathCAT is used in many assistive technologies including NVDA and JAWS.
For more information, see the [full documentation](https://nsoiffer.github.io/MathCAT/).