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
.ahapFiles — 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!