https://github.com/mkj-is/lottieviewermac
SwiftUI macOS app for previewing Lottie animations
https://github.com/mkj-is/lottieviewermac
lottie macos-app quicklook swift swiftui
Last synced: 3 months ago
JSON representation
SwiftUI macOS app for previewing Lottie animations
- Host: GitHub
- URL: https://github.com/mkj-is/lottieviewermac
- Owner: mkj-is
- License: apache-2.0
- Created: 2025-01-03T14:03:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-06T12:55:13.000Z (4 months ago)
- Last Synced: 2025-09-23T22:37:07.530Z (4 months ago)
- Topics: lottie, macos-app, quicklook, swift, swiftui
- Language: Swift
- Homepage:
- Size: 916 KB
- Stars: 28
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# LottieViewer for Mac
LottieViewer is a macOS application that allows you to view and play Lottie and DotLottie animation files.
## Features
- View Lottie Lottie JSON and DotLottie animations.
- Preview animations using QuickLook.
- Preview using both [original library from AirBnb](https://github.com/airbnb/lottie-ios)
and alternative [DotLottie library from LottieFiles](https://github.com/LottieFiles/dotlottie-ios).
- Display detailed information about the animation.
- Document based native Swift app.
- No login required, no tracking.
## Installation
1. Download the latest release from the [Releases](https://github.com/mkj-is/LottieViewerMac/releases) page.
2. Unzip the file and run the application.
## Requirements
- macOS 14+
- Xcode 15+
## Building
1. Clone the repository.
2. Install dev dependencies using `brew bundle` command.
3. Open project in Xcode.
3. Run the project.
## Contributing
All contributions are welcome.
Project was created by [Matěj Kašpar Jirásek](https://github.com/mkj-is).
Project is licensed under [Apache 2.0 license](LICENSE).