dart_stl 0.0.4
dart_stl: ^0.0.4 copied to clipboard
A package for reading and writing STL files using structures from the vector_math package
Introduction #
A 100% dart library for reading and writing STL files, a 3D file format widely used in 3D printing.
Features #
The initial release only supports reading and writing ASCII STL files. Binary support will be added in a future release.
Getting started #
This package requires the vector_math package. Install it first.
$ flutter pub add vector_math