Skip to content

sailingKieler/sprotty-server

 
 

Repository files navigation

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Xtend 65.3%
  • Java 34.7%