Sprotty Without Dependency Injection and JSX, for running in non DI and JSX framework. #504
-
|
Hi! I am a somewhat beginner web developer, so please be kind in your answers. I was thinking to approach it from threejs-like method, where sprotty control a canvas, and canvas has a child of objects to be rendered, and each object has its own properties (whether it is a node, edge, its ID, name, etc.), but I am not sure how to do that. Best regards. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hi @ramadhanafif. I just tested a quick Sprotty + Vue3 integration and can confirm that it works without issue including Sprotty's DI setup and JSX for custom views. I haven't tested Svelte yet but I would assume that it should also work fine. Is there a specific issue you are facing with integrating Sprotty in a Vue or Svelte application? Maybe a repo you could share so we can have a deeper look at what the issue is? Best |
Beta Was this translation helpful? Give feedback.
I can confirm that it is also possible to integrate a Sprotty diagram with a Svelte application