An open API service indexing awesome lists of open source software.

https://github.com/sisl/automotivevisualization.jl

Visualize automotive simulation from AutomotiveSimulator.jl
https://github.com/sisl/automotivevisualization.jl

Last synced: 9 months ago
JSON representation

Visualize automotive simulation from AutomotiveSimulator.jl

Awesome Lists containing this project

README

          

# AutomotiveVisualization

[![Build status](https://github.com/sisl/AutomotiveVisualization.jl/workflows/CI/badge.svg)](https://github.com/sisl/AutomotiveVisualization.jl/actions)
[![CodeCov](https://codecov.io/gh/sisl/AutomotiveVisualization.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/sisl/AutomotiveVisualization.jl)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://sisl.github.io/AutomotiveVisualization.jl/dev)

A package for rendering simple scenes primarily consisting of cars on roadways using Cairo.

![AutomotiveVisualization](stadium_cam_scene.gif)

## Installation

```julia
using Pkg
Pkg.add("AutomotiveVisualization")
```