Skip to content

rsoika/glsp-workflow-example

Repository files navigation

glsp-workflow-example

This is a modeling example based on the Graphical Language Server Platform. You can use this project as a template to start with your own modeling project.

Overview

A GLSP diagram editor implementation typically consists of three parts:

If you want to support multiple platforms, you only need to provide multiple implementations of the platform integrations. All other parts are the same for every platform. The platform integration takes care of things like the editor registration for a specific file type, platform-specific styling and potentially theming support (VSCode and Theia), native menus, integration with the platforms Problems View, etc. Thus, they only contain the things that are really specific to the platform.

The platform-independent things, such as the diagram logic (server) and the diagram rendering & UI (client) remain the same across all platforms.

HTML5 Web Example:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published