mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +00:00
eaa796221d9e42ce301120ca9e9bb7b060dd5209
Zordon
A tool designed for small render farms, such as those used in home studios or small businesses, to efficiently manage and run render jobs for Blender, FFMPEG, and other video renderers. It simplifies the process of distributing rendering tasks across multiple available machines, optimizing the rendering workflow for artists, animators, and video professionals.
Supported Renderers
Zordon supports or plans to support the following renderers:
- Blender
- FFMPEG
- Adobe After Effects (coming soon)
- Cinema 4D (planned)
- Autodesk Maya (planned)
System Requirements
- Windows 10 or later
- macOS Ventura (13.0) or later
- Linux (Supported versions TBD)
Build using Pyinstaller
Zordon is regularly tested with Python 3.11 and later. It's packaged and distributed with pyinstaller. It is supported on Windows, macOS and Linux.
git clone https://github.com/blw1138/Zordon.git
pip3 install -r requirements.txt
pip3 install pyinstaller
pip3 install pyinstaller_versionfile
pyinstaller main.spec
License
Zordon is licensed under the MIT License. See the LICENSE file for more details.
Description
Languages
Python
100%