Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,11 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
</tr>
<tr><!-- empty row to disable github striped bg color --></tr>
<tr>
<td rowspan="27"><code>vtfpp</code></td>
<td rowspan="29"><code>vtfpp</code></td>
<td><a href="https://wiki.mozilla.org/APNG_Specification">APNG</a></td>
<td align="center">✅</td>
<td align="center">❌</td>
<td rowspan="27" align="center">Python</td>
<td rowspan="29" align="center">Python</td>
</tr>
<tr><!-- empty row to disable github striped bg color --></tr>
<tr>
Expand Down Expand Up @@ -324,6 +324,14 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
<td align="center">✅</td>
<td align="center">✅</td>
</tr>
<tr><!-- empty row to disable github striped bg color --></tr>
<tr>
<td>
<a href="https://developer.valvesoftware.com/wiki/VTFX_file_format">VTFX</a> (X360, PS3)
</td>
<td align="center">✅</td>
<td align="center">✅</td>
</tr>
</table>

(\*) These libraries are incomplete and still in development. Their interfaces are unstable and will likely change in the future.
Expand Down
11 changes: 9 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,11 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
<td align="center">✅</td>
</tr>
<tr>
<td rowspan="14"><code>vtfpp</code></td>
<td rowspan="15"><code>vtfpp</code></td>
<td><a href="https://wiki.mozilla.org/APNG_Specification">APNG</a></td>
<td align="center">✅</td>
<td align="center">❌</td>
<td rowspan="14" align="center">Python</td>
<td rowspan="15" align="center">Python</td>
</tr>
<tr>
<td><a href="https://en.wikipedia.org/wiki/BMP_file_format">BMP</a></td>
Expand Down Expand Up @@ -281,6 +281,13 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
<td align="center">✅</td>
<td align="center">✅</td>
</tr>
<tr>
<td>
<a href="https://developer.valvesoftware.com/wiki/VTFX_file_format">VTFX</a> (X360, PS3)
</td>
<td align="center">✅</td>
<td align="center">✅</td>
</tr>
</table>
\endhtmlonly

Expand Down
Loading
Loading