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
- Host: GitHub
- URL: https://github.com/sisl/automotivevisualization.jl
- Owner: sisl
- License: other
- Created: 2020-03-23T00:01:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T00:14:05.000Z (over 4 years ago)
- Last Synced: 2025-08-24T15:22:26.354Z (10 months ago)
- Language: Julia
- Size: 309 MB
- Stars: 15
- Watchers: 15
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AutomotiveVisualization
[](https://github.com/sisl/AutomotiveVisualization.jl/actions)
[](https://codecov.io/gh/sisl/AutomotiveVisualization.jl)
[](https://sisl.github.io/AutomotiveVisualization.jl/dev)
A package for rendering simple scenes primarily consisting of cars on roadways using Cairo.

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