Skip to content

nvaccess/nvda

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

The rust programming language is becoming more and more relevant, yet an example for the NVDA controller client is missing.

Description of user facing changes
None.

Description of development approach
Add a rust example, based on a workspace with two crates:

nvda-bindgen, containing the logic to create rust bindings based on nvdaController.h
nvda, rustified bindings to the nvda-bindgen crate
021c13d

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
October 16, 2023 13:50
October 16, 2023 13:50
March 15, 2022 10:27
October 16, 2023 13:50
November 15, 2013 16:44

NVDA

NVDA (NonVisual Desktop Access) is a free, open source screen reader for Microsoft Windows. It is developed by NV Access in collaboration with a global community of contributors. To learn more about NVDA or download a copy, visit the main NV Access website.

Please note: the NVDA project has a Citizen and Contributor Code of Conduct. NV Access expects that all contributors and other community members will read and abide by the rules set out in this document while participating or contributing to this project.

The NVDA project is guided by a product vision statement and set of principles. The vision and principles should be always considered when planning features and prioritizing work.

NVDA is available under a modified GNU General Public License version 2. Please refer to our license for more information.

NVDA Community

Contributing to NVDA

If you would like to contribute to NVDA, you can read more information in our contributing guide. This includes information on reporting issues, triaging issues, testing, translating, contributing code/documentation and creating add-ons.