Skip to content

v3.1 - slidyreplay CPU-only standalone .exe (Windows)

Choose a tag to compare

@dphdmn dphdmn released this 13 May 14:12

Changes 3.0 -> 3.1

  • 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.
  • For easy GPU support, you can try Google Collab link