Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xjeremy/viz.engine
A robot visualization engine
https://github.com/0xjeremy/viz.engine
nodejs raspberry-pi reactjs robotics visualization
Last synced: about 1 month ago
JSON representation
A robot visualization engine
- Host: GitHub
- URL: https://github.com/0xjeremy/viz.engine
- Owner: 0xJeremy
- License: mit
- Created: 2020-04-01T04:07:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T09:03:20.000Z (about 2 years ago)
- Last Synced: 2024-11-11T20:51:54.694Z (about 2 months ago)
- Topics: nodejs, raspberry-pi, reactjs, robotics, visualization
- Language: JavaScript
- Homepage:
- Size: 430 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## A robotics visualization platform.
### Current Status
At the moment, the server has not been configured to work with the client. To develop the client, go to the `client` directory and use `npm install && npm start`. This will open a webpage on `localhost:8000`.
To develop the server, go to the `server` directory and use `npm install && npm start`. It is currently under development.
### Screenshot
![Screenshot of platform](https://raw.githubusercontent.com/0xJeremy/viz.engine/master/images/dashboard.png)