We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5e893 commit ca000e7Copy full SHA for ca000e7
README.md
@@ -1,12 +1,14 @@
1
-# wiiurpxtool
2
-Compress or decompress RPL/RPX files for Wii U.
+# wiiurpxlib
+Rewrite of [wiiurpxtool](https://github.com/0CBH0/wiiurpxtool) that works as a
3
+library, using modern C++. Also allows library users to access the in-memory
4
+representation of the RPX file, allowing it to be read and modified without
5
+writing a decompressed file back to disk first.
6
7
# Dependencies
-LLVM
-
-zlib
8
+- zlib
9
+- A C++20 capable compiler
10
+- Applications using the library need to be built with C++17 or newer
11
12
# Credits
-Hykem (documentation and research of the RPL/RPX format)
-Mark Adler (zlib header files)
13
+- Hykem (documentation and research of the RPL/RPX format)
14
+- 0CBH0 (original wiiurpxtool)
0 commit comments