Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brean/urdf-editor

parse robot URDF and show it in svelte using threlte.xyz
https://github.com/brean/urdf-editor

svelte threejs threlte urdf

Last synced: about 2 months ago
JSON representation

parse robot URDF and show it in svelte using threlte.xyz

Awesome Lists containing this project

README

        

# URDF Editor
URDF Viewer and Editor for the web

## Installation and starting the standalone version

run

```
npm i -D
npm run smui
npm run dev
```

## Generating the files to use the map-editor in other projects

run

```
npm i -D
npm run build
```

## Dependency

Based on:
- [Svelte](https://svelte.dev) Web Framework
- [Threlte](https://threlte.xyz) for 3D visualization
- [Svelte Material UI](https://sveltematerialui.com/) for general User Interface
- [Monaco Code Editor](https://microsoft.github.io/monaco-editor/) for editing the URDF-XML