README: add "supported formats" table
This commit is contained in:
parent
39ffae94c5
commit
47b7970328
12
README.md
12
README.md
@ -28,8 +28,16 @@ Main highlights:
|
||||
* [x] Operations can be easily aborted
|
||||
* [x] Progress report about the I/O operation
|
||||
|
||||
Current version only supports the STereoLithography format(STL), see module
|
||||
[gmio_stl](http://www.fougue.pro/docs/gmio/0.4/group__gmio__stl.html#details)
|
||||
Supported formats:
|
||||
|
||||
| Read | Write
|
||||
--------------------------|-----------|---------
|
||||
STL ascii | ✔ | ✔
|
||||
STL binary(little-endian) | ✔ | ✔
|
||||
STL binary(big-endian) | ✔ | ✔
|
||||
AMF uncompressed | ✗ | ✔
|
||||
AMF zip | ✗ | ✔
|
||||
AMF zip64 | ✗ | ✔
|
||||
|
||||
|
||||
Building gmio
|
||||
|
Loading…
Reference in New Issue
Block a user