mirror of
https://github.com/aurora-opensource/xviz.git
synced 2026-01-18 14:07:46 +00:00
* update circle example scenario after python module rename * add alpha channel for colors so that the 3 points display properly. * fix some issues with glb writing, and add some more tests * add script to write a scenario to files on disk * add support for converting polygon and polyline vertices into typed arrays in binary format * add floating polygon to circle example scenario * make server print out exception and stack trace
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 created xviz.py and allowed us to use it as the base for the official python XVIZ library.