bigbang1112-cz / clip-checkpoint

A tool to convert checkpoint data available inside a replay or ghost into its Clip.Gbx visualization overlay.
https://gbx.bigbang1112.cz/tool/clip-checkpoint
GNU Affero General Public License v3.0
8 stars 2 forks source link

Feature request: relative time differences #1

Closed QuadratClown closed 2 years ago

QuadratClown commented 2 years ago

It would be very useful to allow showing relative time differences instead of just absolute timestamps, especially for comparison of multiple replays.

Proposal

BigBang1112 commented 2 years ago

Thank you for the proposal. I like the flow idea and this approach would be definitely cool to follow.

A few technical tips I'd wish would be part of the code:

I don't think I'll have enough time to bring this to life myself this year, as my goal is to avoid executables overall and unsmooth update flow, which requires the program to be transferred over to network (to avoid exes) and a scripting language (in a procedural way at best, as that one seems to always follow the GBX modification flow), which would guarantee 0 downtimes. But no one can stop open-source contributors. 😄