I search for a free and interactive UML editor that have user-friendly API to create diagrams. I searched StarUml-v1 and ArgoUml and didn't manage to find such.
Background:
I'm trying to automate class diagram creation from C++ code into interactive editor (in contrary to some *.dot files GUI-viewers).
Based on this project I use clang to extract and filter data from the translation units (for instance filtering ::std classes), and need to generate output to some UML editor in order to create and edit class diagrams.
Any other suggestions to achieve such process (filtering code and turn it into class diagrams on a shiny UML editor) are welcome
Tnx