cgm 0.0.3 copy "cgm: ^0.0.3" to clipboard
cgm: ^0.0.3 copied to clipboard

A dart library for parsing and displaying CGM (Computer Graphics Metafile) files

Dart library for parsing and drawing CGM (Computer Graphics Metafile) files.

This library is a Dart port of the jcgm library (originally written in java)

Note: This library is still in development and does not yet support all CGM features. Bugs and missing features are likely to be present.

Features #

  • Parsing the commands of a CGM file, and converting them to Dart objects.
  • Interface to draw the CGM commands to a CGMCanvas

Usage #

This library only provides the parsing of CGM commands, and an interface to draw them to a CGMCanvas.

To display the parsed file as a widget in a Flutter app, you can use the flutter_cgm package.

Contribution #

Contributions are welcome! Feel free to open an issue or a pull request.

0
likes
110
points
63
downloads

Publisher

unverified uploader

Weekly Downloads

A dart library for parsing and displaying CGM (Computer Graphics Metafile) files

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

buffer, collection, equatable, logging, meta, vector_math

More

Packages that depend on cgm