Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
The most significant changes include the emphasis on the requirement …
Browse files Browse the repository at this point in the history
…for Java 21 in the README files, the reformatting of the supported Spine versions into a table, the addition of a "Build" section in the README-Eng.md file, and the correction of a repetition error in the README.md file.

1. The requirement for Java 21 has been highlighted in both README-Eng.md and README.md files by making it bold. This change emphasizes the importance of having the correct Java version for the project.

2. The list of supported Spine versions in the README files has been replaced with a table. This change improves readability and provides a clear overview of the support status for different Spine versions. The table indicates that Spine 1.x is not supported and the support for Spine 2.x to Spine 3.3 is uncertain.

3. A new "Build" section has been added to the README-Eng.md file. This section provides instructions on how to rewrite `MANIFEST.MF` of `org.lwjgl.lwjgl:lwjgl` to make `Sealed: false`. This change is crucial for the build process of the project.

4. A repetition error in the README.md file has been corrected. The requirement for Java was mistakenly repeated three times as "Java 21 21 21". This change ensures the accuracy of the project's requirements.

References to the code changes can be found in the commit history of the project.
  • Loading branch information
Aloento committed Jan 20, 2024
1 parent c78323b commit b7f37a6
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 30 deletions.
35 changes: 20 additions & 15 deletions README-Eng.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SuperSpineViewer

A tool to load and export Spine animations
Java 21 required
**Java 21** required
Pixel Buffers support required
Exporting MOV requires FFmpeg
Current version: 2.0.0
Expand All @@ -12,8 +12,6 @@ Current version: 2.0.0

[**Released Stable Version**](https://github.com/Aloento/SuperSpineViewer/releases/latest)

[**Runtime**](https://github.com/Aloento/SuperSpineViewer/releases/tag/R1.0.0)

### Performance Settings Reference

* High Resolution (Camera) = High Memory Requirements
Expand Down Expand Up @@ -53,18 +51,21 @@ At default 30FPS, the Time Scaling setting

### Supported Versions

* Spine 2.x √
* Spine 3.1 √
* Spine 3.2 √
* Spine 3.3 √
* Spine 3.4 √
* Spine 3.5 √
* Spine 3.6 √
* Spine 3.7 √
* Spine 3.8 √
* Spine 4.0 √
* Spine 4.1 √
* Spine 4.2 √
| Version | Support |
|-----------|---------|
| Spine 1.x | × |
| Spine 2.x | ? |
| Spine 3.1 | ? |
| Spine 3.2 | ? |
| Spine 3.3 | ? |
| Spine 3.4 ||
| Spine 3.5 ||
| Spine 3.6 ||
| Spine 3.7 ||
| Spine 3.8 ||
| Spine 4.0 ||
| Spine 4.1 ||
| Spine 4.2 ||

## Gallery

Expand All @@ -86,3 +87,7 @@ At default 30FPS, the Time Scaling setting
</tr>
</table>
</html>

## Build

Rewrite `MANIFEST.MF` of `org.lwjgl.lwjgl:lwjgl` to make `Sealed: false`
31 changes: 16 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[**For English User**](https://github.com/Aloento/SuperSpineViewer/blob/master/README-Eng.md)

一个拿来加载与导出Spine动画的工具
需要 Java 21
需要 **Java 21 21 21**
需要 像素缓冲区支持
导出 MOV 需要 FFmpeg
当前版本:2.0.0
Expand All @@ -14,8 +14,6 @@

[**发布的稳定版本**](https://github.com/Aloento/SuperSpineViewer/releases/latest)

[**运行时**](https://github.com/Aloento/SuperSpineViewer/releases/tag/R1.0.0)

### 性能设置参考

* 高分辨率 (Camera) = 高内存需求
Expand Down Expand Up @@ -55,18 +53,21 @@

### 支持的版本

* Spine 2.x √
* Spine 3.1 √
* Spine 3.2 √
* Spine 3.3 √
* Spine 3.4 √
* Spine 3.5 √
* Spine 3.6 √
* Spine 3.7 √
* Spine 3.8 √
* Spine 4.0 √
* Spine 4.1 √
* Spine 4.2 √
| 版本 | 支持情况 |
|-----------|------|
| Spine 1.x | 不支持 |
| Spine 2.x | 不完全 |
| Spine 3.1 | 不完全 |
| Spine 3.2 | 不完全 |
| Spine 3.3 | 不完全 |
| Spine 3.4 ||
| Spine 3.5 ||
| Spine 3.6 ||
| Spine 3.7 ||
| Spine 3.8 ||
| Spine 4.0 ||
| Spine 4.1 ||
| Spine 4.2 ||

## 画廊

Expand Down

0 comments on commit b7f37a6

Please sign in to comment.