Skip to content

v1.19.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 20:53
· 232 commits to main since this release

Added

  • Chronoflow: particle trails are now long-exposure light streaks. Phosphor, Flux, and Murmur trails flow along each particle's motion like a long-exposure photograph instead of ghosting in place, and on every beat a shutter snap collapses the streaks so the image goes momentarily crisp. Loudness stretches the exposure; new beat_snap and flow_stretch params (plus trail_exposure on Murmur) tune it live, and existing trail_decay values keep their meaning.
  • Custom effects can read the particle velocity field. A .pfx pass may declare "inputs": ["@particles.velocity"] (with "velocity_field": true under particles) to sample the compute rasterizer's per-pixel particle velocity as input0(uv) — the primitive behind Chronoflow, available to any custom multi-pass effect.

Downloads

Platform File Notes
macOS .dmg Universal binary (Apple Silicon + Intel)
Linux x86_64 .tar.gz glibc 2.35+ (Ubuntu 22.04+, Debian 12+)
Windows x64 .zip Windows 10+

Getting started

macOS: Open the DMG, drag Fosfora.app to Applications (or run directly). Signed and notarized.

Linux / Windows: Extract, run fosfora from the extracted directory. The assets/ folder must be next to the binary.

Requirements

  • GPU: Vulkan (Linux/Windows) or Metal (macOS)
  • Audio: Built-in mic or line-in for audio-reactive visuals
  • NDI® (optional): NDI® SDK runtime for network video output
  • Video playback (optional): ffmpeg on PATH for media layers

NDI® is a registered trademark of Vizrt NDI AB.