Xiaoji Chen 6ff7f6df15 Module Split (#6)
Split into `@xviz/builder` and `@xviz/parser`
2018-08-15 11:52:09 -07:00
2018-08-06 18:33:20 -07:00
2018-08-06 18:33:20 -07:00
2018-08-15 11:52:09 -07:00
2018-08-15 11:52:09 -07:00
2018-08-15 11:52:09 -07:00
2018-08-13 08:44:28 -07:00
2018-08-15 11:52:09 -07:00
2018-08-06 18:33:20 -07:00
2018-08-06 18:33:20 -07:00
2018-08-06 18:33:20 -07:00
2018-08-06 18:33:20 -07:00
2018-08-06 18:33:20 -07:00
2018-08-06 18:33:20 -07:00
2018-08-06 18:33:20 -07:00
2018-08-06 18:33:20 -07:00
2018-08-15 11:52:09 -07:00
2018-08-06 18:33:20 -07:00
2018-08-15 11:52:09 -07:00
2018-08-15 11:52:09 -07:00
2018-08-15 11:52:09 -07:00

Uber Confidential Information

xviz

XVIZ protocol and utility libraries.

Development

Dependencies

To build this repository you need:

  • Node.js, tested with 8.11.3, compatible with 8.x
  • Yarn, tested with 1.7.0, compatible with 1.x

To install dependencies, run:

$ git clone https://github.com/uber/xviz.git
$ cd xviz
$ yarn bootstrap

Test

Run tests under Node.js:

$ yarn test

Run tests in a browser:

$ yarn test-browser

Docs

The documentation is built with the Ocular documentation generator. You can easily iterate on the docs by doing, and see changes live in your browser:

$ cd website
$ yarn  # install dependencies
$ yarn start

If you wish to just do a static build, run:

$ cd website
$ yarn build

Then open dist/index.html to view.

Description
A protocol for real-time transfer and visualization of autonomy data
Readme Pixar 105 MiB
Languages
JavaScript 87%
Python 11.7%
Shell 1.2%
Dockerfile 0.1%