Hugues Delorme

Results 144 comments of Hugues Delorme

@nikhil-convrseai Did you success to build Mayo and test?

So you would like to only use the converter from command-line? Ideally without any Qt dependency? Or at least just QtCore module(on Ubuntu that would be the [libqt5core](https://packages.ubuntu.com/jammy/libqt5core5a) package for...

Hello @Spoutnik97 I've made Mayo GUI and CLI distinct application in develop branch See new respective CMake options `Mayo_BuildApp` and `Mayo_BuildConvCli`(both ON by default) The batch converter is now a...

@KascheyBessmertnii and @CheLoV Do you still experience this problem with latest version(v0.7.0)? Let me know your feedback if any, thanks

@VictorLamoine Branch bugfix/highdpi is an attempt to fix high DPI support. I don't have a suitable screen for real testing, I used QT_SCALE_FACTOR to simulate higher DPI. It would be...

Good news! Many thanks for your feedback

Started to work on that task(see branch [port/cmake](https://github.com/fougue/mayo/tree/port/cmake)) But has to halt because the `cmake/OpenCASCADEConfig.cmake` file provided with OpenCascade is broken(at least for all versions starting from 7.3.0) This was...

See updated build instructions for CMake: [Windows](https://github.com/fougue/mayo/wiki/Build-instructions-for-Windows) [Linux](https://github.com/fougue/mayo/wiki/Build-instructions-for-Linux) [macOS](https://github.com/fougue/mayo/wiki/Build-instructions-for-macOS)

@zambetti and @grexe Please try new option [Force OpenGL fallback widget](https://github.com/fougue/mayo/issues/180) to tweak OpenGL support.