Skip to content

Package

Dependency

Simply add or install the shaderflow package to your project or environment:

uv add shaderflow
[project]
dependencies = ["shaderflow", ...]
pip install shaderflow

After syncing dependencies, run shaderflow or import it in scripts!

Suggestions

  • Pin the version shaderflow==x.y.z for stability

Direct

Following the concepts of uv • tools, run with:

Command
1
2
3
4
5
# Always latest version
uvx shaderflow (...)

# Specific version
uvx [email protected] (...)