Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 370 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 370 Bytes

#Programmatic Mesh Generation for 3D Printing

This repository contains a simple library that generates ASCII STL files, suitable for use in 3D printing. Unit normals are not explicitly defined in the output file, but vectors do observe the right hand rule, and so the generated triangles do face the correct direction.

See the samples/ directory for example projects.