https://github.com/qdot/haptic-movie-file-reader
Reads different types of haptic movie file formats, and produces commands when sent times
https://github.com/qdot/haptic-movie-file-reader
Last synced: about 1 year ago
JSON representation
Reads different types of haptic movie file formats, and produces commands when sent times
- Host: GitHub
- URL: https://github.com/qdot/haptic-movie-file-reader
- Owner: qdot
- License: other
- Created: 2017-06-25T02:58:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T01:11:09.000Z (about 8 years ago)
- Last Synced: 2024-10-29T01:25:37.326Z (over 1 year ago)
- Language: TypeScript
- Size: 114 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Haptic Movie File Reader
[](https://travis-ci.org/metafetish/haptic-movie-file-reader) [](https://codecov.io/gh/metafetish/haptic-movie-file-reader) [](https://www.patreon.com/qdot)
This is a typescript node/web library for parsing haptic movie files.
The following formats are supported:
- Vorze Interactive (CSV)
- Kiiroo (Javascript)
- Feelme/FeelVR (JSON)
- VirtualRealPlayer (INI)
- RealTouch (?)
- Funscript (JSON)
The library can autodetect format and load information from the files,
and given a time (in milliseconds), will return the closest command
available.
## Format Descriptions
Format descriptions are documented in
the [stpihkal documentation](https://metafetish.github.io/stpihkal).
## License
BSD 3-Clause. See LICENSE file for more info.