11<div align =" center " >
22
33[ ![ CI] ( https://github.com/fougue/mayo/actions/workflows/ci.yml/badge.svg?branch=develop )] ( https://github.com/fougue/mayo/actions/workflows/ci.yml )
4- [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/6d1w0d6gw28npxpf?svg=true )] ( https://ci.appveyor.com/project/HuguesDelorme/mayo )
4+ [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/6d1w0d6gw28npxpf/branch/develop ?svg=true )] ( https://ci.appveyor.com/project/HuguesDelorme/mayo )
55[ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/d51f8ca6fea34886b8308ff0246172ce )] ( https://www.codacy.com/gh/fougue/mayo/dashboard?utm_source=github.com& ; utm_medium=referral& ; utm_content=fougue/mayo& ; utm_campaign=Badge_Grade )
66[ ![ Downloads] ( https://img.shields.io/github/downloads/fougue/mayo/total.svg )] ( https://github.com/fougue/mayo/releases )
77[ ![ License] ( https://img.shields.io/badge/license-BSD%202--clause-blue.svg )] ( https://github.com/fougue/mayo/blob/develop/LICENSE.txt )
8- [ ![ Version] ( https://img.shields.io/badge/version-v0.6 .0-blue.svg?style=flat )] ( https://github.com/fougue/mayo/releases )
8+ [ ![ Version] ( https://img.shields.io/badge/version-v0.7 .0-blue.svg?style=flat )] ( https://github.com/fougue/mayo/releases )
99
1010</div >
1111
@@ -30,6 +30,10 @@ Mayo runs on Windows, Linux and macOS
3030- ** Solid foundations** <br />
3131Mayo is developed in modern C++ with [ Qt] ( https://www.qt.io ) and [ OpenCascade] ( https://dev.opencascade.org )
3232
33+ For more details have a look at this fine review [ Introducing Mayo] ( https://librearts.org/2023/01/introducing-mayo-free-cad-files-viewer ) by Libre Arts<br />
34+ There's also a complete [ video] ( https://www.youtube.com/watch?v=qg6IamnlfxE&ab_channel=LibreArts ) on YouTube
35+
36+
3337## :zap : Features
3438- ** 3D clip planes** with configurable capping
3539
@@ -56,10 +60,11 @@ BREP | :white_check_mark: | :white_check_mark: | OpenCascade format
5660DXF | :white_check_mark : | :x : |
5761OBJ | :white_check_mark : | :white_check_mark : |
5862glTF | :white_check_mark : | :white_check_mark : | 1.0, 2.0 and GLB
59- VRML | :x : | :white_check_mark : | v2.0 UTF8
63+ VRML | :white_check_mark : | :white_check_mark : | v2.0 UTF8
6064STL | :white_check_mark : | :white_check_mark : | ASCII/binary
6165AMF | :x : | :white_check_mark : | v1.2 Text/ZIP
6266PLY | :white_check_mark : | :white_check_mark : | ASCII/binary
67+ OFF | :white_check_mark : | :white_check_mark : |
6368Image | :x : | :white_check_mark : | PNG, JPEG, ...
6469
6570See also this dedicated [ wikipage] ( https://github.com/fougue/mayo/wiki/Supported-formats ) for more details
@@ -86,12 +91,20 @@ Mayo supports also multiple 3D viewer navigation styles to mimic common CAD appl
8691
8792## :clapper : Gallery
8893
89- <img src =" doc/screencast_cli.gif " />
90-
94+ _ Easy to use command-line utility for batch conversion of CAD files_
95+ <img src =" doc/screencast_cli.gif " />
96+
97+ _ Import of glTF file with textures_
9198<img src =" doc/screenshot_2.png " />
9299
100+ _ Import of STEP file with many parts_
93101<img src =" doc/screenshot_3.png " />
94102
103+ _ Import of PLY file defining point cloud_
104+ <img src =" doc/screenshot_6.png " />
105+
106+ _ Options dialog with import/export configuration per CAD format_
95107<img src =" doc/screenshot_4.png " />
96108
109+ _ Home page with quick access to recent files_
97110<img src =" doc/screenshot_5.png " />
0 commit comments