Skip to content

Releases: patwooky/fpsr

v3.0.0

11 Nov 07:24
793dccd

Choose a tag to compare

What's Changed

New Contributors

  • @Copilot made their first contribution in #156

Full Changelog: v1.0.0...v3.0.0

Initial release of the FPS-R framework. Release version 1.0.0

14 Aug 10:34
d512644

Choose a tag to compare

[1.0.0] - 2025-08-14

  • Initial C reference implementations for the FPS-R algorithms (SM, TM, QS).
    Also including these ports:
    • GLSL
    • Python, (also Jupyter Notebook)
    • WebGL
    • Houdini Vex
    • Maya Mel
    • After Effects (Javascript)
  • Comprehensive documentation including a manifesto (README.md), applications guide (FPSR_Applications.md), and unifying theory (FPSR_Unifying_Theory.md).
  • A portable pseudo-random number generator (portable_rand) to ensure deterministic results across different platforms.