marcoseiza / CUGL_haptics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Haptics Experiment using Cornell University Game Library (CUGL)

Currently only works on iPhone using Core Haptics. Might break on Android/Windows

Important Files

  • Haptics.cpp, shows usage. lines 176 and 184 are important.
  • cugl/include/cugl/haptics/CUHaptics.h
  • cugl/lib/haptics/CUHaptics.cpp
  • cugl/lib/haptics/platform/CUHaptics-impl.h, Bridge for platform specific haptics functionality.
  • cugl/lib/haptics/platform/CUHaptics-iOS.mm, Objective-c implementation on iOS using CoreHaptics.

TODO

  • SDL Haptics

About


Languages

Language:C++ 53.3%Language:C 44.9%Language:Java 1.3%Language:Objective-C++ 0.2%Language:CMake 0.1%Language:GLSL 0.1%Language:Objective-C 0.1%Language:Makefile 0.0%