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
@@ -40,3 +44,8 @@ This also builds an executable to test the library:
40
44
```bash
41
45
./build/test-xodr test.xodr
42
46
```
47
+
48
+
## Viewer
49
+
Check out the viewer at [odrviewer.io](https://odrviewer.io) which uses this library.
50
+
51
+
<sub>Info: The Viewer and WebAssembly bindings are no longer part of this project. This is to focus more on the library functionality and avoid having to keep the bindings up-to-date. Use [v0.3.0](https://github.com/grepthat/libOpenDRIVE/releases/tag/0.3.0) to get the last version that still includes Viewer and WebAssembly bindings. </sub>
0 commit comments