Brett 4704806472 Settings Window (#124)
* Initial commit for settings window

* More WIP for the Settings panel

* Added Local Files section to Settings

* More WIP on Settings

* Add ability to ignore system builds

* Improvements to Launch and Delete buttons

* Fix issue where icons were not loading

* Network password settings WIP

* Update label

* Import and naming fixes

* Speed improvements to launch

* Update requirements.txt

* Update Windows CPU name lookup

* Add missing default values to a few settings

* More settings fixes

* Fix Windows Path issue

* Added hard types for getting settings values

* More UI cleanup

* Correctly refresh Engines list after downloading new engine

* Improve downloader with UI progress

* More download improvements

* Add Settings Button to Toolbar
2025-12-28 12:33:29 -06:00
2023-12-17 12:07:10 -06:00
2025-12-28 12:33:29 -06:00
2025-12-28 12:33:29 -06:00
2024-01-28 10:30:57 -06:00
2025-12-27 18:53:09 -06:00
2025-12-27 18:36:34 -06:00
2025-12-27 18:53:09 -06:00
2023-11-04 16:13:40 -05:00
2025-12-27 18:36:34 -06:00
2024-01-28 20:54:12 -06:00
2025-12-28 12:33:29 -06:00
2025-12-28 12:33:29 -06:00
2025-12-27 18:53:09 -06:00

Zordon Screenshot


Zordon

A lightweight, zero-install, distributed rendering and management tool designed to streamline and optimize rendering workflows across multiple machines

What is Zordon?

Zordon is 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.

Notice: This should be considered a beta and is meant for casual / hobbiest use. Do not use in mission critical environments!

Supported Renderers

Zordon supports or plans to support the following renderers:

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%