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] Operations can be easily aborted
|
||||||
* [x] Progress report about the I/O operation
|
* [x] Progress report about the I/O operation
|
||||||
|
|
||||||
Current version only supports the STereoLithography format(STL), see module
|
Supported formats:
|
||||||
[gmio_stl](http://www.fougue.pro/docs/gmio/0.4/group__gmio__stl.html#details)
|
|
||||||
|
| Read | Write
|
||||||
|
--------------------------|-----------|---------
|
||||||
|
STL ascii | ✔ | ✔
|
||||||
|
STL binary(little-endian) | ✔ | ✔
|
||||||
|
STL binary(big-endian) | ✔ | ✔
|
||||||
|
AMF uncompressed | ✗ | ✔
|
||||||
|
AMF zip | ✗ | ✔
|
||||||
|
AMF zip64 | ✗ | ✔
|
||||||
|
|
||||||
|
|
||||||
Building gmio
|
Building gmio
|
||||||
|
Loading…
Reference in New Issue
Block a user