You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 14, 2020. It is now read-only.
Python implementation of XVIZ protocol. Note that this repository only comply with the protocol standard, the some of the implemented structure and modules definition are not the same.
4
-
5
-
# Requirements
6
-
7
-
Python3, `websockets`, `protobuf`, `numpy`
8
-
9
-
# Get started
10
-
11
-
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.
12
-
13
-
Refer to documentation (to be created), examples and tests to learn how to use the library.
3
+
Python implementation of XVIZ protocol. This repository has been archived after it's merged into xviz's [official repo](https://github.com/uber/xviz/tree/master/python), it will be no longer maintained.
0 commit comments