Haptiq is an open-source tool for designing, recording, visualizing, and exporting haptic feedback for iOS. Think of it as the 'Figma' or 'Lottie' for haptics β a playground for tactile design built on Core Haptics.
- π Realtime Haptic Recording β Tap or hold to record patterns with intensity and sharpness
- π Parameter Controls β Fine-tune each haptic event
- π Pattern Visualization β View your haptics as a graph over time
- π Import & Export
.ahap
Files β Full support for Appleβs Core Haptics format - π€ Share Sheet Integration β Export and share patterns instantly
- Clone the repo:
git clone https://github.com/thisisthefoxe/Haptiq.git
- Open Haptiq.xcodeproj in Xcode.
- Setup your signing & BundleID in Xcode
- Run on a real device (haptics donβt work in the simulator).
This project is licensed under the MIT License.
- π± App Store
- Core Haptics Overview β Apple Developer Documentation
- Representing Haptic Patterns in AHAP Files
- WWDC 2019 β Introducing Core Haptics
- UIKit Feedback Generator β Basic haptic feedback in UIKit
- Built in the open β feedback and contributions welcome!