funscript-rs

Crates.iofunscript-rs
lib.rsfunscript-rs
version0.5.0
sourcesrc
created_at2023-02-20 23:31:48.659009
updated_at2023-02-20 23:31:48.659009
descriptionA simple .funscript parser written in Rust
homepage
repositoryhttps://github.com/JPTomorrow/funscript-rs
max_upload_size
id790261
size506,828
JPM (JPTomorrow)

documentation

README

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

COMPLETED ROADMAP

  • 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
Commit count: 26

cargo fmt