Skip to content

Releases: HPInc/go3mf

v0.7.0

30 Jan 10:12
de0fe78
Compare
Choose a tag to compare
  • Implement extension mechanism to support custom specs
  • Re-implement the builtin specs to use the new extension mechanism
  • Fix attachments

v0.6.0

06 May 14:07
Compare
Choose a tag to compare
  • Remove external dependencies
  • Fix RGBA parsing
  • Fix Matrix parsing
  • Remove unused helper methods from multiple classes
  • Rename structs and methods for consistency

v0.5.0

24 Apr 18:01
9912813
Compare
Choose a tag to compare
  • High parsing speed and moderate memory consumption
    • Customizable XML reader, by default using the standard encode/xml.
    • Customizable ZIP Flate method, by default using the standard flate/zip.
    • Concurrent 3MF parsing when using Production spec and multiple model files.
  • Full 3MF Core spec implementation.
  • Clean API.
  • 3MF i/o
    • Read from io.ReaderAt.
    • Boilerplate to read from disk.
    • Validation and complete non-conformity report.
  • Robust implementation with full coverage and validated against real cases.
  • Extensions
    • spec_production.
    • spec_slice.
    • spec_beamlattice.
    • spec_materials, only missing the display resources.