Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoshiip/wejs
Experimental graph builder using vanilla JS
https://github.com/yoshiip/wejs
Last synced: 12 days ago
JSON representation
Experimental graph builder using vanilla JS
- Host: GitHub
- URL: https://github.com/yoshiip/wejs
- Owner: Yoshiip
- License: mit
- Created: 2024-01-07T17:51:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-07T18:15:51.000Z (about 1 year ago)
- Last Synced: 2024-11-16T19:29:49.920Z (2 months ago)
- Language: JavaScript
- Homepage: https://yoshiip.xyz/wejs
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![WeJS cover](https://github.com/Yoshiip/WEjs/assets/27858195/06f901ce-3233-4d79-8b0e-47c3192f0d67)
# WEjs
WEjs is an experimental graph editor allowing real-time graph modification.> https://yoshiip.xyz/wejs
## Usage
Currently, there are two modes:
### Graph
- Draw the graph, adding/moving/deleting points.
- Add signage (stop, pedestrian crossing).### OpenStreetMap
- Choose a location from a list, which will then be retrieved via the OpenStreetMap API. Some locations with many nodes may experience performance issues.> In case of performance issues, you can tick the "Auto-Generate" checkbox, which generates the graph only after pressing the "Generate" button.
## Features
- Modify a graph using an intuitive editor
- 2D/3D rendering
- Decoration generation
- Add signage (stop, pedestrian crossing)
- Download locations using the OpenStreetMap API with Overpass Turbo.## Plans
- Performance optimization
- More signage
- Automatic loading of locations using the OpenStreetMap API## Credits
- Radu Mariescu-Istodor