#file-format #video #scripting #format-parser

nightly bin+lib funscript

A simple .funscript file format parser written in Rust

4 releases

0.5.3 Feb 21, 2023
0.5.2 Feb 21, 2023
0.5.1 Feb 21, 2023
0.5.0 Feb 20, 2023

#1851 in Parser implementations

MIT license

66KB
198 lines

Funscript (File Format)

The .funscript file format is the standard format for scripting interactive pleasure devices by syncing them up to a video. The video is usually of a VR format such as 180 or 360 degree video.

github: https://github.com/JPTomorrow discord: Kallo#9370

ROADMAP

  • add various motion (sine wave ete.) generators to the actions
  • better rustdocs
  • deserialize script data from serde into stucts instead of unstructured "Value"
  • add ability to process script with Ramer-Douglas-Peucker algorithm for point reduction while maintaining peaks and valleys in the script

Dependencies

~0.8–1.7MB
~37K SLoC