Hugues Delorme
Hugues Delorme
Add buttons around the view cube to rotate the view around the normal of the view plane. See the two "arrow" buttons for the view cube in FreeCad: 
The scale of a clip plane's capping texture is fixed(it's 0.05, -0.05) So when the graphics objects displayed are small then the capping texture looks too "zoomed". In the opposite...
Port Mayo source code so it can build and work with Qt6 See: https://github.com/mschollmeier/occQt6
Use this procedure: https://doc.qt.io/qt-5/appicon.html#setting-the-application-icon-on-macos
Use Assimp as an optional mechanism for import/exporting geometries
The Windows installer should provide an option to activate association of supported CAD file types with Mayo exe
Some items(ViewCube, buttons in the 3D view, ...) look small on High DPI(eg 4k) monitors. This is caused by usage of hard-coded pixel sizes in the source code. Find a...
OpenCascade OBJ and glTF reader/writer supports header meta-data as map of string->string. Let corresponding Mayo reader/writer classes support as well this info.
Support reading Rhino files with the help of the OpenNURBS library. See : https://github.com/mcneel/opennurbs http://www.cppblog.com/eryar/archive/2014/11/01/208741.html http://www.cppblog.com/eryar/archive/2014/11/08/208819.html From DataKit website: 