Questions tagged [haptic-feedback]

Haptic Feedback on mobile devices is implemented by installing small motors that generate a vibration when the user interacts with it. Also intensity, length and patterns of the haptic feedback are used to indicate different cases.

115 questions
0
votes
1 answer

Can I use AudioServicesPlaySystemSound(1519) //(weak boom) and not get rejeted by apple?

I have this particular Problem: I am using UE4 to ship my iOS game. In my newest update I am trying to implement the taptic engine with objective-c Code. Now: I have tested my game with the official api for Haptic Feedback but it Always crashes my…
0
votes
1 answer

Use UINotificationFeedbackGenerator in pythonista Objc_util

I'm trying to use UINotifcationFeedbackGenerator in pythonista, from objc_util import * feedbackGenerator = ObjCClass('UINotifcationFeedbackGenerator') feedbackGenerator =…
ArandomDev
  • 125
  • 2
  • 10
0
votes
1 answer

BLE Device with Haptic Feedback

Is there an off-the-shelf beacon I can just buy that also has support for triggering Vibration / Haptic Motor over BLE? Amazon / whatever links are welcome. Context: I'd like to trigger vibration from iOS in a small independent device. BLE seems…
0
votes
0 answers

Error with H3DNodeDatabase PhantomDevice::database in PhantomDevice.cpp

I am using C++ to establish a connection with Sensable Phantom Omni haptic device with H3D toolkit. These lines of code give me some challenges and will not compile successfully: #include #include…
Olatunji
  • 59
  • 5
0
votes
1 answer

How to set up CHAI3D correctly with an SDL Project on Visual Studio 2013

I am currently working on a project that uses the following libs: SDL2, SDL_ttf, SDL_image, SDL_mixer and CHAI3D. Using the libs separately, the code works perfectly on VS2013. However when I try to use both libs in the same project many errors…
SuperKogito
  • 2,998
  • 3
  • 16
  • 37
0
votes
0 answers

Play two consecutive haptics on Apple Watch, second one does not fire

Trying to have a second haptic fire after a first one. However, for some reason the second one does not fire. I added DispatchQueue function to see if it was because they were firing so close together, but it still does not work. …
Jet59black
  • 129
  • 1
  • 15
0
votes
1 answer

Swift WatchOS 2.0 Haptics implementation issues

So I've made a very simple iOS app in SWiFT for the sake of experimentation that displays a string at the touch of a button I've successfully implemented and tested the watchOS version and it runs fine on my devices. What I want to do is add haptic…
MiRAGE
  • 95
  • 1
  • 8
-1
votes
1 answer

Playing a Custom Haptic Pattern from a File

I'm trying to play a custom haptic pattern from a .wav file. The apple docs specify that: AHAP files are JSON-compliant dictionary representations of haptic and audio patterns that you can compose in a text editor, or any program that exports…
Ahmed Abaza
  • 89
  • 1
  • 7
-1
votes
1 answer

How to novint falcon works with unity3d

I wanna make nobint falcon works with unity3d. I search many pages and found an opensource project falconunity. But it does not works than my project does not progress now. Plz help....
-2
votes
3 answers

Cannot run Apple's Haptic Sampler (sample project from Apple's website)

I downloaded a sample project from here(haptic sampler) and I cannot run because of several issues. I solved signing identifier. The error messages say: ~/PlayingACustomHapticPatternFromAFile/HapticSampler/ViewController.swift:66:19: Type…
Tiz
  • 31
  • 5
1 2 3 4 5 6 7
8