xviz/python/README.md
Timothy Wojtaszek 3cd43ae3af
Python module rename to xviz_avs (#588)
* Fix Protobuf writer to add PBE1 prefix to file
* Update protobuf & fix directory writer
* Fix FutureInstance builder and add tests
2020-05-12 22:00:14 -07:00

16 lines
549 B
Markdown

# xviz_avs
Python implementation of XVIZ protocol libraries.
# Requirements
Python3, `websockets`, `protobuf`, `numpy`
# Get started
You can try running the scenario server by `python examples/serve_scenarios.py`. Then you can run `cd examples/get-started && yarn start-live` under your `streetscape.gl` repository to see the example scenarios.
# Acknowledgements
* **[Yuanxin Zhong](https://github.com/cmpute)** created [xviz.py](https://github.com/cmpute/xviz.py) and allowed us to use it as the base for the official python XVIZ library.