3D File Diffs
Back in April, we introduced the 3D file viewer. Today we’re improving this by displaying diffs of STL files on GitHub. There are two modes to figure out what you’re…
Back in April, we introduced the 3D file viewer. Today we’re
improving this by displaying diffs of STL files on
GitHub.
There are two modes to figure out what you’re looking at. By default, we select
“Highlight”, a mode that highlights the removed parts in red and the added parts
in green, leaving what is unchanged as a wireframe.
Also available is the revision slider, which lets you transition between the
current version of the file, and the previous one with a small slider at the top
of the viewer.
How does this work? We take both versions of the model, and using binary
space partitioning, we compute the added, removed, and unchanged
parts. This is done using csgtool, a C library paired with a Ruby gem
via FFI. These pieces are cached and displayed by the 3D viewer we already have,
though we color them differently and play with their transparency to help
illustrate the changes. If you have any further questions, check out the help
article.
We see this as a step for making it easier for you to use GitHub for your open source
hardware needs.
Written by
Related posts
Announcing GitHub Secure Open Source Fund: Help secure the open source ecosystem for everyone
Applications for the new GitHub Secure Open Source Fund are now open! Applications will be reviewed on a rolling basis until they close on January 7 at 11:59 pm PT. Programming and funding will begin in early 2025.
Software is a team sport: Building the future of software development together
Microsoft and GitHub are committed to empowering developers around the world to innovate, collaborate, and create solutions that’ll shape the next generation of technology.
Does GitHub Copilot improve code quality? Here’s what the data says
Findings in our latest study show that the quality of code written with GitHub Copilot is significantly more functional, readable, reliable, maintainable, and concise.