funjack / launchcontrol

Launchcontrol is a server that can control/playback scripts on a Launch
BSD 3-Clause "New" or "Revised" License
22 stars 3 forks source link

Funscript format #20

Closed funjack closed 7 years ago

funjack commented 7 years ago

Funscript is Funjack's haptic script format. It's basically JSON encoded timed positions. The "Magic Launch Formula" is used to determine the speed of the movement :)

Adds a Blender plugin for creating new Funscripts.

codecov[bot] commented 7 years ago

Codecov Report

Merging #20 into master will increase coverage by 1.91%. The diff coverage is 94.2%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #20      +/-   ##
=========================================
+ Coverage   87.19%   89.1%   +1.91%     
=========================================
  Files          10      13       +3     
  Lines         367     505     +138     
=========================================
+ Hits          320     450     +130     
- Misses         30      35       +5     
- Partials       17      20       +3
Impacted Files Coverage Δ
protocol/funscript/functions.go 100% <100%> (ø)
protocol/funscript/loader.go 91.83% <91.83%> (ø)
protocol/funscript/funscript.go 94.73% <94.73%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f79773b...e5a53d5. Read the comment docs.