Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for mxGraph XML diagram format (Diagrams.net) #265

Open
bkryza opened this issue Apr 26, 2024 · 0 comments
Open

Add support for mxGraph XML diagram format (Diagrams.net) #265

bkryza opened this issue Apr 26, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@bkryza
Copy link
Owner

bkryza commented Apr 26, 2024

Diagrams.net is a popular online application for creating diagrams. It supports import/export in XML format called mxGraph, which should be relatively easily to implement as output of the clang-uml intermediate diagram model for all currently supported diagrm types.

For the first iteration, we can skip automatic layout and just export the elements in a row or column and let users arrange them in the app manually. In the future, this could be automated somehow using GraphViz.

XML parser will be needed for testing the generated diagrams, consider https://github.com/zeux/pugixml or RapidXML.

@bkryza bkryza added the enhancement New feature or request label Apr 26, 2024
@bkryza bkryza added this to the 0.5.3 milestone Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant