Skip to content

Source

Running from source couldn't be easier:

  • Have git and uv installed in your system
  • Clone the repository and chdir into it:
git clone https://github.com/BrokenSource/ShaderFlow && cd ShaderFlow
  • Run the project - uv manages everything for you:
uv run shaderflow (...)