Yo github... while you're bothering, here are some other things that would be handy:<p>* Visual STL diffs, maybe by coloring deleted/added triangles. Possibly with a viewer on gh-pages or on the /:username/:reponame/commits/:branchname endpoint?<p>* DXF sucks, but yeah DXF rendering.<p>* Maybe consider thingiview.js (which does not use WebGL) or possibly a WebGL equivalent viewer. Controlled rotation, zooming, camera repositioning, etc. It seems that most of these features are implemented:<p><a href="https://github.com/josefprusa/Prusa3/blob/master/mini/z-bottom-left.stl" rel="nofollow">https://github.com/josefprusa/Prusa3/blob/master/mini/z-bott...</a><p><a href="https://github.com/josefprusa/Prusa3/blob/master/mini/y-motor.stl" rel="nofollow">https://github.com/josefprusa/Prusa3/blob/master/mini/y-moto...</a><p>* openscad rendering- I know this is a pain in the butt, especially since openscad still requires xserver. But at least it feels more like source code. There are some other options other than openscad that could be easier to render without an xserver, which would be fine in my book, I am not particularly attached to openscad.<p>* Other scripting/rendering options... maybe implicitcad, pythonocc (opencascade/python bindings), HeeksCAD/python, FreeCAD/python, OpenJSCAD, something like that. The problem with STL is that it's like transmitting compiled binaries to other developers, but what developers really want to work with is the source code. Having to commit STL is like having to commit compiled binaries.<p>* UI widgets for committing from SolidWorks, Pro/Engineer, CATIA, AutoCAD, HeeksCAD, FreeCAD, and other front-ends would be really useful. I would be happy to use github.com while working on my next fighter jet project.<p>* Upverter claims to support git, but really it's just a link to a remote git repository and you can't push your schematics to Upverter. Please feel free to eat their lying lunches. Maybe also circuitlab's (although they have never claimed to have git integration). So yeah, schematics.<p>* Some projects require thousands of parts that need to be included when rendering, especially in assemblies. It would be nice to be able to see a fully rendered image of a version of the repository contents. This quickly devolves into a mess of file format hell, which I imagine is not something you want to tackle. But maybe this could be done through continuous integration hooks or something?<p>For whatever it's worth, here's a terrible post-receive bash script I wrote in 2010 for scad rendering on a git server:<p><a href="http://diyhpl.us/~bryan/irc/gitduino-post-receive.sh.txt" rel="nofollow">http://diyhpl.us/~bryan/irc/gitduino-post-receive.sh.txt</a><p>* It would be exceedingly awesome if you could get the RepRap project to jump ship from svn to git. RepRap is the largest, most well organized open source hardware project, and I think it would be a great community to work with to show how strong git is for distributed hardware development.<p>There are already some really excellent RepRap projects in git repositories on github:<p><a href="https://github.com/josefprusa/PrusaMendel" rel="nofollow">https://github.com/josefprusa/PrusaMendel</a><p><a href="https://github.com/josefprusa/Prusa3/tree/master/mini" rel="nofollow">https://github.com/josefprusa/Prusa3/tree/master/mini</a>