Skip to content

File: DepthFlow/__init__.py

DepthFlow

DEPTHFLOW_ABOUT

1
DEPTHFLOW_ABOUT = "\n🌊 Images to → 2.5D Parallax Effect Video. A Free and Open Source ImmersityAI alternative.\n\n\n→ See the [blue link=https://brokensrc.dev/depthflow/]Website[/blue link] for examples and more information!\n\n"

DEPTHFLOW

1
2
3
4
5
6
7
DEPTHFLOW = BrokenProject(
    PACKAGE=__file__,
    APP_NAME="DepthFlow",
    APP_AUTHOR="BrokenSource",
    RESOURCES=DepthFlowResources,
    ABOUT=DEPTHFLOW_ABOUT,
)