README: add "supported formats" table

This commit is contained in:
Hugues Delorme 2017-01-30 17:43:35 +01:00
parent 39ffae94c5
commit 47b7970328

View File

@ -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