Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.27 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.27 KB

sprotty-server

Libraries to build Sprotty diagram servers in Java/Xtend.

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

Pre-build Maven artifacts are available from Sonatype OSS.

See also

References