The 5th beta test of Filmulator 1.0.0 for macOS 10.10+ is here.

Do you use dark mode in mojave?

of course I do, I don’t even try to resist it :stuck_out_tongue:

In the end we never figured out what was wrong, and Filmulator started working for them.

???

I’m profoundly unsatisfied with how that turned out, but it’s working now…

Yeah that was weird, but we were not able to reproduce. I now have a Mojave system to test on. Seems working ok.

Btw filmulator build w/Qt 5.9 is working ok on Macos Mojave 10.14.2beta18C48a.

The fifth beta test of Filmulator 1.0.0 is now available here:

https://kd6kxr.keybase.pub/filmulator_v0.7.0-62-g19f4039.dmg

  • It has been built with Qt5.9.7 and should work on macOS 10.10+.

https://github.com/CarVac/filmulator-gui/issues/72

3 Likes

Filmulator 1.0.0-ß7 for macOS

https://kd6kxr.keybase.pub/Filmulator-v0.7.0-100-gaa026d0.dmg

  • Uses the Qt 5.11.1 interface, which supports macOS 10.11+

https://github.com/CarVac/filmulator-gui/issues/72

2 Likes

Thanks to @asn Filmulator can now be built with cmake as well as qmake, so hopefully that makes it easier to build for mac.

2 Likes

@carvac Does it really work without a CMakeLists.txt? (I didn’t see it in highlightrecovery)

Now they should be there, inside the inner filmulator-gui directory.

3 Likes

@carvac @asn Ok, this works great generating the binary. I used this method.

$ export QT=~/Qt511/5.11.1/clang_64

$ cmake -DCMAKE_BUILD_TYPE="release" -DCMAKE_CXX_COMPILER="clang++" -DCMAKE_CXX_FLAGS=-I/opt/local/include -DCMAKE_OSX_SYSROOT="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.9" -DOpenMP_CXX_FLAGS="-Xpreprocessor -fopenmp /opt/local/lib/libomp.dylib -I/opt/local/include"-DOpenMP_CXX_LIB_NAMES="libomp" -DOpenMP_libomp_LIBRARY=/opt/local/lib/libomp.dylib -DCMAKE_INSTALL_PREFIX=/opt/local -DCMAKE_SHARED_LINKER_FLAGS=-L/opt/local/lib -DCMAKE_PREFIX_PATH=$(echo $QT/lib/cmake/* | sed -Ee 's$ $;$g') -G "Unix Makefiles" ..

$ make -j$(sysctl -n hw.ncpu)

Deploying to a fresh app bundle would be a good next phase for mac.

2 Likes

Could you add that to the build instructions in the README?

With this PR, filmulator is deployed to a fresh application bundle by the CMakeLists.txt scripts.

https://github.com/CarVac/filmulator-gui/pull/89

2 Likes

I’ve gone and built two filmualtor’s for mac.

One uses Qt5.9.8, released on April 18, 2019. It should run on 10.10,11,12. (Yosemite, El Capitan, Sierra) https://kd6kxr.keybase.pub/Filmulator-v0.7.0-144-ged927b7-Qt5.9.zip

The other uses Qt5.13.0, released on June 13, 2019. It supports macOS 10.12,13,14 (Sierra, High Sierra, Mojave) https://kd6kxr.keybase.pub/Filmulator-v0.7.0-144-ged927b7-Qt5.13.zip

https://github.com/CarVac/filmulator-gui/issues/72

1 Like

from screen shots of filmulator.

33%20PM

41%20PM

Hi! I am interested in downloading this. Unfortunately, it seems like the link to the version for newer OS’s is no longer working.

@nik

https://keybase.pub/kd6kxr/

Hi. I will be making an update soon (busy days here).

By the way, I merged highlightrecovery into dev for now.

I’m gonna wait until I get lensfun working before I actually release version 1.0.

Hi… I’m interested in Filmulator for mac but it doesn’t work on MacOS Monterrey 12.6.1 on a Macbook Air 2017. What could be the reason? Is a new build needed? Thanks for any suggestions or help. Best regards.

Hi @dfms could you elaborate on what “doesn’t work” means? Does it not open at all? Open then immediately crash? Get to the UI but not usable?