glato / emerge

Emerge is a browser-based interactive codebase and dependency visualization tool for many different programming languages. It supports some basic code quality and graph metrics and provides a simple and intuitive way to explore and analyze a codebase by using graph structures.
MIT License
783 stars 46 forks source link

Looking forward to a standalone D3Exporter #40

Open HickeyHsu opened 1 year ago

HickeyHsu commented 1 year ago

Hello Dr. glato, I'm very impressed by your work. I've been used it for a year to help finish some of my research. The D3Exporter is so amazing. Now I'm trying to export AST and CPG like your work. I wonder if you can provide a standalone D3Exporter which can generate html from networkx (or something else). No matter how, thank you for your wonderful work! Looking forward to your reply.

Hickey

glato commented 1 year ago

@HickeyHsu Thanks for the compliment, nice to hear that the tool helped you. In principle, it would probably be possible to make the D3Exporter a little more independent and to generalize that. Networkx is already there anyway. I'll think about it for the next few days if/how to go about it. If you have concrete ideas, approaches or examples as input, please post them here. Thank you and best regards!