# streetscape.gl **Repository Path**: rgbitx/streetscape.gl ## Basic Information - **Project Name**: streetscape.gl - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-21 - **Last Updated**: 2022-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # streetscape.gl streetscape.gl is a toolkit for visualizing autonomous and robotics data in the [XVIZ](https://github.com/uber/xviz) protocol. It is built on top of React and Uber’s [WebGL-powered visualization frameworks](http://vis.gl). ![UI Components](docs/images/ui-controls.png) ## Install ```bash npm install streetscape.gl # or yarn add streetscape.gl ``` ## Documentation and demo [AVS Website](http://avs.auto) ## Quick start You need [Node.js](https://nodejs.org/en/) and [yarn](https://yarnpkg.com/lang/en/docs/install) to run the [example app](examples/get-started). ```bash # Clone streetscape.gl $ git clone https://github.com/uber/streetscape.gl.git $ cd streetscape.gl # Install dependencies $ yarn bootstrap # Run example $ cd examples/get-started $ yarn $ yarn start ``` ## Contributions streetscape.gl welcomes contributions. If you have an idea, open a Github issue to get some feedback before you start implementing, to make sure that the maintainers are ready to accept it.