minimap_renderer icon indicating copy to clipboard operation
minimap_renderer copied to clipboard

Generates a video of your minimap.

Results 14 minimap_renderer issues
Sort by recently updated
recently updated
newest added

This PR addresses https://github.com/WoWs-Builder-Team/minimap_renderer/issues/6 to support Chinese, Japanese and Korean languages in Chat. Now, the font is determined based on the message language. Two new dependencies are added, `langdetect` and...

using linear Interpolation to generate videos with higher fps and adjustable speed. known issue: pillow dont support float image pasting. Vehicle movement is still not that smooth.

**Is your feature request related to a problem? Please describe.** This is a feature request to support multi languages for the video. I am concerned if the renderer can render...

**Describe the bug** When unicode characters (Chinese, Japanese, Korean, etc.) appear in the replay file (commonly in chat), the original font `warhelios_bold.ttf` just gives blank boxes as output due to...

**Is your feature request related to a problem? Please describe.** As a downstream/fork developer, I would like to be able to provide my own WOWS gameclient version assets, so as...

As the title suggested, the colab code installed the dev branch of the renderer package, which had not been updated for 10 months. As such it won't support replays from...

**Describe the bug** The Colab script is not working properly **Bug** ModuleNotFoundError: No module named 'distutils.core' **fix** Install the distutils toolkit for py3.10 ```python !sudo apt-get install python3.10-distutils ```

Step 3 currently fails: !python3.10 -m pip install --upgrade --force-reinstall git+https://github.com/WoWs-Builder-Team/minimap_renderer.git@develop Output: ``` Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/ Collecting git+https://github.com/WoWs-Builder-Team/minimap_renderer.git@develop Cloning https://github.com/WoWs-Builder-Team/minimap_renderer.git (to revision develop) to /tmp/pip-req-build-q4m45qan Running command git...

**Describe the bug** Only few first seconds ( 7 -8 ) of clan battles are rendered. No errors thrown. **To Reproduce** Steps to reproduce the behavior: Try to render clan...