update readme

This commit is contained in:
ww-rm
2025-10-29 23:18:40 +08:00
parent 2dbcfe4ea7
commit b0308db977

View File

@@ -49,9 +49,9 @@ Exporting GIF/MP4 or other animated/video formats requires **ffmpeg** installed
Currently, the program supports the following interface languages: Currently, the program supports the following interface languages:
* `ZH` (Chinese) - `ZH` (Chinese)
* `EN` (English) - `EN` (English)
* `JA` (Japanese) - `JA` (Japanese)
Change the language via the menu: **File → Preferences… → Language**, then confirm. Change the language via the menu: **File → Preferences… → Language**, then confirm.
@@ -65,9 +65,9 @@ The program uses a left-right layout: the left panel contains controls, the righ
The left panel contains three sub-panels: The left panel contains three sub-panels:
* **Models**: Lists imported and rendered models. Set model parameters, rendering order, and other model-related functions here. - **Models**: Lists imported and rendered models. Set model parameters, rendering order, and other model-related functions here.
* **Browser**: Preview files in a folder without actually importing them. Generate WebP previews or import selected models. - **Browser**: Preview files in a folder without actually importing them. Generate WebP previews or import selected models.
* **Canvas**: Set parameters for the right-side preview display. - **Canvas**: Set parameters for the right-side preview display.
Most buttons, labels, or input fields show help text on hover. Most buttons, labels, or input fields show help text on hover.
@@ -87,10 +87,10 @@ The **Models** panel supports right-click menus, some hotkeys, and batch editing
Mouse interactions in the preview panel: Mouse interactions in the preview panel:
* **Left click**: select and drag models. Hold `Ctrl` for multi-selection (synchronized with the model list). - **Left click**: select and drag models. Hold `Ctrl` for multi-selection (synchronized with the model list).
* **Right click**: drag the entire canvas. - **Right click**: drag the entire canvas.
* **Mouse wheel**: zoom in/out. Hold `Ctrl` to scale selected models together. - **Mouse wheel**: zoom in/out. Hold `Ctrl` to scale selected models together.
* **Render selected only**: preview only the selected models, selection can only be changed via the left panel. - **Render selected only**: preview only the selected models, selection can only be changed via the left panel.
Playback controls below the preview allow time adjustment, acting as a simple player. Playback controls below the preview allow time adjustment, acting as a simple player.
@@ -102,9 +102,9 @@ Right-click on models in the list to access export options.
Key export parameters: Key export parameters:
* **Output folder**: Optional. If not provided, outputs go to each models folder. Otherwise, all outputs go to the specified folder. - **Output folder**: Optional. If not provided, outputs go to each models folder. Otherwise, all outputs go to the specified folder.
* **Single export**: Default exports each model separately. If enabled, all selected models are rendered together in one output. - **Single export**: Default exports each model separately. If enabled, all selected models are rendered together in one output.
* **Auto resolution**: Ignores preview canvas resolution; exported resolution matches the actual size of content. For animations or videos, ensures full display of the animation. - **Auto resolution**: Ignores preview canvas resolution; exported resolution matches the actual size of content. For animations or videos, ensures full display of the animation.
--- ---
@@ -152,13 +152,13 @@ Report issues or bugs via [GitHub Issues](https://github.com/ww-rm/SpineViewer/i
## Acknowledgements ## Acknowledgements
* [spine-runtimes](https://github.com/EsotericSoftware/spine-runtimes) - [spine-runtimes](https://github.com/EsotericSoftware/spine-runtimes)
* [SFML.Net](https://github.com/SFML/SFML.Net) - [SFML.Net](https://github.com/SFML/SFML.Net)
* [FFMpegCore](https://github.com/rosenbjerg/FFMpegCore) - [FFMpegCore](https://github.com/rosenbjerg/FFMpegCore)
* [HandyControl](https://github.com/HandyOrg/HandyControl) - [HandyControl](https://github.com/HandyOrg/HandyControl)
* [NLog](https://github.com/NLog/NLog) - [NLog](https://github.com/NLog/NLog)
* [SkiaSharp](https://github.com/mono/SkiaSharp) - [SkiaSharp](https://github.com/mono/SkiaSharp)
* [Spectre.Console](https://github.com/spectreconsole/spectre.console) - [Spectre.Console](https://github.com/spectreconsole/spectre.console)
--- ---