Metadata-Version: 2.1
Name: xrprimer
Version: 0.5.2
Summary: description
Home-page: https://gitlab.bj.sensetime.com/openxrlab/xrprimer
Author: OpenXRLab
Author-email: openxrlab@sensetime.com
License: Apache License 2.0
Keywords: xrprimer
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# XRPrimer

## Introduction

XRPrimer is a fundational library for XR-related algorithms.
The XRPrimer provides reusable data structures, efficient operaters and extensible interfaces both in C++ and Python.


## Getting Started

### C++

Please see [C++ README](cpp/README.md) for the C++ usage

### Python

Please see [Python README](python/README.md) for the Python usage


