Migration of mxGraph GraphEditor Demo to MaxGraph #695
Replies: 1 comment
-
|
Hi @ChillAndImprove, Thanks for reaching out! I don't have much firsthand experience with this specific migration, but here are some insights that should help. Previous discussions & challengesMigrating the mxGraph GraphEditor demo to maxGraph has been discussed multiple times. You can check out these discussions for more details: At this stage, the GraphEditor has not been migrated to use the maxGraph API. One possible blocker is that the Editor class, which GraphEditor may relies on, is currently not usable due to issue #367. This would need to be resolved before any serious migration effort. How complex is the migration?From past discussions, it's clear that this would be a large amount of work. Several people have looked into it, but no one has started a full migration yet. Personally, I don’t need all of GraphEditor’s features and don’t have time to work on this at the moment. That said, GraphEditor is a great source of inspiration for customizations and learning how to extend maxGraph. Some of its features, like the "lazy zoom" feature (see this comment), could even be integrated into maxGraph directly. Where to start?A good entry point for understanding the demo is the If you decide to go ahead with this migration, feel free to share your progress or challenges—we’d be happy to discuss and provide guidance where we can! 🚀 Thanks again for your interest! 😊 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello MaxGraph maintainers,
I used the mxGraph GraphEditor demo (https://jgraph.github.io/mxgraph/javascript/examples/grapheditor/www/index.html) as the foundation for building a threat modeling tool. However, I don’t like that it relies on the old mxGraph library, and I’d prefer to migrate it to MaxGraph. Could you provide guidance on how complex this migration would be and what challenges I might face?
Probably too much work, but maybe MaxGraph is further along than I think.
Thanks for your time and help!
Beta Was this translation helpful? Give feedback.
All reactions