You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimized CPU rendering, now does HW encoding even without CUDA etc. (if available)
Much faster pre-render stages, which improves big puzzle replays
Known issues
Consider that a beta version, not stable
As of 3.1, not all optimizations were properly implemented, especially in the CPU renderer, so even on short replays it is still much slower than full GPU version
Progress bars are currently broken
Memory issues when trying to render something longer than a minute (like normal 20x20 solve)
Usage
Includes both a GUI and a CLI interface
Double-click the executable to launch the GUI, see the repository for CLI usage examples.
Notes
GPU acceleration is not available in this build (no CUDA/PyTorch bundled).
For GPU support, clone the repository and use main.py.
Make sure python, all dependencies, and CUDA are installed for your GPU.