From 47b797032860e1c277a0f986609f66d210fb5e79 Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Mon, 30 Jan 2017 17:43:35 +0100 Subject: [PATCH] README: add "supported formats" table --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 927690f..9a2d701 100644 --- a/README.md +++ b/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