theia-ide / sprotty

A next-gen web-based graphics framework
Apache License 2.0
138 stars 23 forks source link

This project has moved to eclipse/sprotty and will be maintained there.

sprotty

sprotty is a next-generation, open-source, web-based diagramming framework. Some selected features:

sprotty demo

Getting started

# clone the repo
git clone git@github.com:theia-ide/sprotty.git

# build sprotty client and examples
cd sprotty/client
yarn
yarn examples:build

# build and run the sprotty server
cd ../server
./gradlew jettyRun 

# point your web browser to localhost:8080

For further information please consult the wiki or this blog post. The examples contained in this repository are available on a demo page.