hediet / vscode-debug-visualizer

An extension for VS Code that visualizes data during debugging.
https://marketplace.visualstudio.com/items?itemName=hediet.debug-visualizer
GNU General Public License v3.0
7.9k stars 407 forks source link

Improve vis.js Animation #5

Open hediet opened 4 years ago

hediet commented 4 years ago

Make the animation smoother.

KasiKral commented 4 years ago

Hi, I would like to contribute to the project. I've managed to try some demos and I like this extension. The thing is I'm not sure how to even start. Could you please tell me what to look for or where is vis.js implemented?

drinoff commented 4 years ago

Hi, i am not the author. You should contact him.

On Tue 29. Sep 2020 at 18:42, Kasi notifications@github.com wrote:

Hi, I would like to contribute to the project. I've managed to try some demos and I like this extension. The thing is I'm not sure how to even start. Could you please tell me what to look for or where is vis.js implemented?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hediet/vscode-debug-visualizer/issues/5#issuecomment-700837973, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOOF76YJTPZV4ET6WMOYQTDSIIFAJANCNFSM4KS42RNQ .

hediet commented 4 years ago

Hi! Awesome that you'd like to contribute!

All the visualizations moved to here! It should be well documented! There even is a playground in that repo. Any visualization that is available there, will also be available in this extension.

Also, it might be worth having a look at dagrejs. That could be a better graph plotting library.