You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lightweight 3D viewer for MAVLink-based flight simulators. Receives `HIL_STATE_QUATERNION` messages over UDP and renders the vehicle with real-time telemetry.
4
6
5
7
Built with [Raylib](https://www.raylib.com/) and [MAVLink](https://mavlink.io/).
@@ -19,22 +21,62 @@ Built with [Raylib](https://www.raylib.com/) and [MAVLink](https://mavlink.io/).
19
21
-**ULog replay** — play back PX4 `.ulg` flight logs with transport controls and interpolation
20
22
- Cross-platform: macOS, Linux, and Windows supported out of the box thanks to Raylib
21
23
22
-
## Requirements
24
+
## Install
25
+
26
+
### macOS (Homebrew)
27
+
28
+
```bash
29
+
brew tap mavlink/tap
30
+
brew install mavlink/tap/mavsim-viewer
31
+
```
32
+
33
+
### Linux (Debian/Ubuntu)
34
+
35
+
Download the `.deb` from the [latest release](https://github.com/mavlink/mavsim-viewer/releases/latest):
0 commit comments