eclipse / sprotty-server

Server implementation for the Sprotty diagramming framework

Home Page:https://eclipse.org/sprotty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sprotty-server

Libraries to build Sprotty diagram servers in Java/Xtend.

The version history is documented in the CHANGELOG.

Structure

  • org.eclipse.sprotty: Java bindings for the Sprotty API.
  • org.eclipse.sprotty.layout: Server-based layout using the Eclipse Layout Kernel framework
  • org.eclipse.sprotty.server: Base library for standalone Sprotty servers.
  • org.eclipse.sprotty.xtext: Glue code to integrate Sprotty diagrams with Xtext-based Language Servers. Enhances the LSP to communicate Sprotty Actions. Allows fully synchronized diagrams on language artifacts.

Build

./gradlew build

The project is built on jenkins.eclipse.org/sprotty.

Pre-build Maven artifacts are available from Sonatype OSS.

See also

References

About

Server implementation for the Sprotty diagramming framework

https://eclipse.org/sprotty


Languages

Language:Xtend 64.5%Language:Java 35.5%