How to quickly load/save STL meshes?

Hello dear OpenCascade users,

I'm pleased to inform you about the very first release of gmio.
gmio is a free and open-source C library providing I/O support for the STL file format(more CAD formats in next releases).

  • it's fast: writing StlMesh_Mesh into binary STL is x500 times faster than OCC, see benchmarks
  • it's feature-rich: ascii/binary, little/big endian, format probing, infos retrieval, ... see gmio_stl
  • it's reusable: based on streams, seamless integration with OCC through gmio_support
  • it's portable: C90 conformant but it can use recent C features if available

Your projects could benefit better STL format support with gmio, just try it!
        >> GitHub page
        >> v0.1.0 ZIP archive
        >> Build instructions
        >> Examples of use