A curated list of Fluxus plugins, tools, sources, sinks, and ecosystem projects.
Fluxus is moving toward a modular, plugin-friendly architecture β with fluxus-core
providing only the essential traits (Source
, Sink
, etc.) and leaving most concrete implementations to external crates.
This repo gathers official and community-maintained implementations to help you navigate the growing Fluxus ecosystem.
fluxus-core
β Core abstractions:Source
,Sink
, and essential types.fluxus-sources
β Officially maintained common data sources.fluxus-sinks
β Officially maintained common sinks.
We encourage specialized and niche implementations to live in independent repositories.
To help discovery:
- Use the GitHub topic tag #fluxus in your repository.
- Add your project as a comment in the π Sources & Sinks tracking issue.
We will regularly update this list!
- Search GitHub for #fluxus projects
- Contribute to the π Sources & Sinks tracking issue
Inspired by the modular designs of systems like Apache Spark and the Linux kernel, Fluxus:
- Keeps the core minimal and clean
- Relies on Rustβs powerful dependency system for plugin management
- Avoids unnecessary runtime complexity like dynamic registries
Want to add your Fluxus-compatible project here?
- Submit a PR to this README
- Or comment in the π tracking issue