https://github.com/sof3/pschemlib
A virion for schematic file I/O
https://github.com/sof3/pschemlib
schematics virion
Last synced: 6 months ago
JSON representation
A virion for schematic file I/O
- Host: GitHub
- URL: https://github.com/sof3/pschemlib
- Owner: SOF3
- License: lgpl-3.0
- Created: 2017-08-02T13:27:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T07:00:20.000Z (over 8 years ago)
- Last Synced: 2025-04-01T02:51:51.959Z (10 months ago)
- Topics: schematics, virion
- Language: PHP
- Size: 15.6 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
pschemlib
=========
This is a virion for schematic file I/O.
The Schematic file format is compatible with the common one, except that pschemlib adds the `POpaque` ByteArray bit stream to specify blocks that should replace existing blocks. The [SchematicFile class][SchematicFile] contains a specification of the format.
[SchematicFile]: src/sofe/pschemlib/SchematicFile.php