openskp 0.1.0
openskp: ^0.1.0 copied to clipboard
A pure Dart implementation of the OpenSKP parser to extract geometry, metadata, layers, and materials from SketchUp (.skp) files.
OpenSKP — Dart Package #
🗓️ Planned — The Dart implementation is planned for a future release.
Vision #
A pure Dart implementation of the OpenSKP parser for Flutter, Android, and iOS applications. Will enable native SketchUp file viewing in mobile apps without server-side processing.
Planned Features #
- Parse SketchUp 2021+ (VFF format) files
- Pure Dart — no native dependencies
- Works on Android, iOS, Web, Desktop
- Export to GLB for 3D rendering
- Integration with Flutter 3D viewers
Contributing #
If you're interested in contributing to the Dart implementation, please check the Python reference implementation in ../python/ and reach out via GitHub Issues.
License #
MIT — see LICENSE