/odrviewer

Local host version of odrviewer

Primary LanguageHTML

odrviewer

odrviewer.io is an online OpenDRIVE-file (.xodr) viewer.

This repository is primarly for posting and tracking issues, as well as discussing feature requests. The core of the viewer is closed-source with only the public assets being hosted here.

The viewer is implemented in C++, using WebGL and is based on the open source C++ library libOpenDRIVE.

odrviewer

Usage

This fork is for local-hosting the odrviewer. The resource files are downloaded from the official websites, we don't have the original source code.

  1. clone this repo
git clone https://github.com/Morphlng/odrviewer
cd odrviewer
  1. start a http server
# You can start the local server using any method, the easiest for me is:
python -m http.server