Waterfall-style image viewer for macOS, offering a smooth and immersive browsing experience.
Initial Installation
brew install flowvision
Upgrade
brew update
brew upgrade flowvision
Xcode 15.2+
Clone the source code of the project and libraries.
For ffmpeg-kit, it need to be built to binary first. If you want to save time, you can directly download its pre-built binary, named like ffmpeg-kit-full-gpl-6.0-macos-xcframework.zip
(not LTS version). Unzip it, then execute this in terminal to remove its quarantine attribute:
sudo xattr -rd com.apple.quarantine ./ffmpeg-kit-full-gpl-6.0-macos-xcframework
Organize the directory structure as shown below:
├── FlowVision
│ ├── FlowVision.xcodeproj
│ └── FlowVision
│ └── Sources
├── ffmpeg-kit-build
│ └── bundle-apple-xcframework-macos
│ ├── ffmpegkit.xcframework
│ └── ...
├── BTree
│ ├── Package.swift
│ └── Sources
└── Settings
├── Package.swift
└── Sources
Open FlowVision.xcodeproj
by Xcode, click ‘Product’ -> ‘Build For’ -> ‘Profiling’ in menu bar.
Then ‘Product’ -> ‘Show Build Folder in Finder’, and you will find the app is at Products/Release/FlowVison.app
.
If you found the project is helpful, feel free to buy me a coffee.
This project is licensed under the GPL License. See the LICENSE file for the full license text.