Changes 7.0 -> 8.0
- Full image rendering support in GUI, more color scheme options, cursor dancing animations, movetimes upload from file, custom font and font size settings, fixed various minor bugs, improved GUI.
At this point, I added all the major features I wanted (with the exception of batch processing improvements
I might come back to this in the future. But unless I get some new inspiration of notice some bugs, I'm done for now with this project.
Also GUI is yet to be tested on Linux, there might be some issues with the fonts and other things, but CLI worked few versions ago at least.
Known issues
- Font size on low resolution still requires fixes, make sure to render in higher resolution for big puzzles (2K for 30x30 and above). I might work on this issue later, but I'm not sure if it can be reliably fixed, might just be the limitation of existing rendering method. Always try to render in high quality for big puzzles if your PC can handle it, or try different font/size combination.
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