Skip to content

What skills are required to develop graphical editor? #367

Discussion options

You must be logged in to vote

Hi Rob,

You'll need at least some basic Typescript skills for the client side, and know how to build the project with Yarn (This is documented on the project README, so it might be sufficient). It doesn't take much to create a simple client, but you still need to be able to configure the client (Mapping Node types to Node views, and selecting the modules you want to reuse from GLSP)

However, it may be sufficient to copy the 'GLSP Minimal example' (Workflow example) and simply adapt the Node types-to-view mappings. In this case, Typescript knowledge is not required.

In this Workflow example, most of the client configuration is defined in di.config.ts:
https://github.com/eclipse-glsp/glsp-c…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by planger
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants