cirquit / trdrop

trdrop - a raw video analysis program
MIT License
388 stars 33 forks source link

More Graph Layouts #101

Open illusion0001 opened 3 years ago

illusion0001 commented 3 years ago

Just a tracker to implement this in the future. If anyone has ideas, comment below.

Task list:

cirquit commented 3 years ago

Those are really nice ideas, there would be some code restructuring necessary to implement that, but I think it's perfectly feasible.

illusion0001 commented 3 years ago

Those are really nice ideas, there would be some code restructuring necessary to implement that, but I think it's perfectly feasible.

@cirquit yep, i found code for frametime data and the plot itself but they plot all in just a single graph and I don't know how I could separate it.

These painter functions I assume.

https://github.com/cirquit/trdrop/blob/0a9ada0ca3d01ff1b8ce68a3c71a98eb116e24c9/trdrop/headers/cpp_interface/frametimeplot.h#L42-L44

cirquit commented 2 years ago

In my current proposal for the v2 this should be easily possible!