Skip to content
This repository has been archived by the owner on Feb 16, 2025. It is now read-only.

Commit

Permalink
Readme and Cargo.toml updates (#252)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Touchet <[email protected]>
  • Loading branch information
atouchet authored Oct 11, 2024
1 parent 0ea72e3 commit e3249c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

[![Build Status](https://github.com/servo/webxr/actions/workflows/rust.yml/badge.svg)](https://github.com/servo/webxr/actions)

A safe Rust API that provides a way to interact with virtual reality and augmented reality devices and integration with vendor-specific APIs like OpenVR, Oculus, Google VR, and Magic Leap. The API is inspired by the WebXR Device API (https://www.w3.org/TR/webxr/) but adapted to Rust design patterns.
A safe Rust API that provides a way to interact with virtual reality and
augmented reality devices and integration with OpenXR. The API is inspired by
the WebXR Device API (https://www.w3.org/TR/webxr/) but adapted to Rust design
patterns.

It's used in the WebXR implementation for the Servo browser, but can be used outside of Servo.
It's used in the WebXR implementation for the Servo browser, but can be used
outside of Servo.

Some notes on our plans for this API: https://paper.dropbox.com/doc/Rust-webxr-plans--Ad8iXHKI15DKsFhfT3ufGiQiAg-xmqpUtCzy8yNMGWwUUxsz
Some notes on our plans for this API:
https://paper.dropbox.com/doc/Rust-webxr-plans--Ad8iXHKI15DKsFhfT3ufGiQiAg-xmqpUtCzy8yNMGWwUUxsz
4 changes: 2 additions & 2 deletions webxr-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ edition = "2018"

homepage = "https://github.com/servo/webxr"
repository = "https://github.com/servo/webxr"
keywords = ["webxr", "openxr", "oculus", "headset", "vr", "ar"]
keywords = ["ar", "headset", "openxr", "vr", "webxr"]
license = "MPL-2.0"

description = '''A safe Rust API that provides a way to interact with
Virtual Reality and Augmented Reality devices and integration with OpenXR.
virtual reality and augmented reality devices and integration with OpenXR.
The API is inspired by the WebXR Device API (https://www.w3.org/TR/webxr/)
but adapted to Rust design patterns.'''

Expand Down
4 changes: 2 additions & 2 deletions webxr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ edition = "2018"

homepage = "https://github.com/servo/webxr"
repository = "https://github.com/servo/webxr"
keywords = ["webxr", "openxr", "oculus", "headset", "vr", "ar"]
keywords = ["ar", "headset", "openxr", "vr", "webxr"]
license = "MPL-2.0"

description = '''A safe Rust API that provides a way to interact with
Virtual Reality and Augmented Reality devices and integration with OpenXR.
virtual reality and augmented reality devices and integration with OpenXR.
The API is inspired by the WebXR Device API (https://www.w3.org/TR/webxr/)
but adapted to Rust design patterns.'''

Expand Down

0 comments on commit e3249c3

Please sign in to comment.