I'm Nassim, a web developer and I'm sharing with you some programming tips and tricks
GitHub 3D File Viewer
STL Files
STL files stand for stereolithography files. Those files are mainly used to represent manufacturing 3D objects. This is why this format mainly contain the surface geometry data which is different from others formats who also take up textures, luminosity and others informations.GitHub STL Viewer
GitHub provides since April 2013 an STL file viewer in an attempt to promote home 3D printing. This viewer let you previsualize these files and is based on Three.js. You can check it out on some really interesting repositories.GitHub STL Diff Viewer
In September 2013 they've released a diff visualizer for these 3D STL files. This is a very cool feature easing collaborative 3D model design and improvements. Looks like it's working using BSP Tree comparisons but you can check it on the Blog post.Conclusion
Hope those features will help people in their 3D modeling so they can release them for the entire world.
Subscribe to:
Posts (Atom)
Most seen
-
How to make your DHT Crawler in 3 steps Why ? You all know that torrents indexers and trackers are the target of a witch hunting by ...
-
Introduction Sometimes your application will provide so little data, that it may be overkill to use an API to access it. In such case you...
-
Hello everyone, Introduction I've some news for all of you, I'm back !!! Last weeks resulted in a big change in my life, this ...
-
The problem I was making some improvements to the PlanIT project that I'm redesigning all the source code to work with AngularJS ...
-
Introduction Back in 2016, I’ve worked on an application called ShareTC that allowed users to share their files through their web browse...
-
In order to have someone who will actually use your API, you need to provide some documentation and usages for it. Developer eXperience i...