You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the change
My idea is to generate animations that visualize differences of two code snippets on a website similar to carbon.now.sh. Videoexample
Code_Dog_to_Cat_zoomed_normal.mp4
This video was created with a video editor, but my intention is to create it automatically.
Info:
The code diff logic could be calculated with a javascript package jsdiff, the animation can be made with CSS keyframes and the video mp4 download could be created with Remotion. Code styling could be made with the already existing tools of carbon.
I know this would be a huge project, but I still want to mention this idea, as this might be a very useful for many people.
Additional Content
This is how the non-animated diff of the above video looks like:
The text was updated successfully, but these errors were encountered:
Hey @kolibril13, this is a super fantastic idea, and I think you should build it, but it is outside of Carbon's current scope, so I am going to close this issue. We do have a similar issue (#547), which I am keeping open. That issue accomplishes something similar to what you are proposing here.
Describe the change
My idea is to generate animations that visualize differences of two code snippets on a website similar to carbon.now.sh.
Videoexample
Code_Dog_to_Cat_zoomed_normal.mp4
This video was created with a video editor, but my intention is to create it automatically.
Info:
The code diff logic could be calculated with a javascript package jsdiff, the animation can be made with CSS keyframes and the video mp4 download could be created with Remotion. Code styling could be made with the already existing tools of carbon.
I know this would be a huge project, but I still want to mention this idea, as this might be a very useful for many people.
Additional Content
This is how the non-animated diff of the above video looks like:
The text was updated successfully, but these errors were encountered: