Add initial list of used external software

Ani 2026-01-24 23:30:39 +01:00
parent 0b0914dacf
commit 79a4210918

40
External-Software.md Normal file

@ -0,0 +1,40 @@
## List of External Software used in RPCS3
If you're a developer of any of these pieces of software, and you'd like to reach out to us for any reason, you can contact us at `contact@rpcs3.net`
---
| Software name | URL | Licence |
| --- | --- | --- |
| 7zip | [github.com/ip7z/7zip/blob/main/DOC/License.txt](https://github.com/ip7z/7zip/blob/main/DOC/License.txt) | LGPL v2.1 or later |
| asmjit | [github.com/asmjit/asmjit/blob/master/LICENSE.md](https://github.com/asmjit/asmjit/blob/master/LICENSE.md) | zlib |
| bcdec | [github.com/iOrange/bcdec/blob/main/LICENSE](https://github.com/iOrange/bcdec/blob/main/LICENSE) | MIT |
| cubeb | [github.com/mozilla/cubeb/blob/master/LICENSE](https://github.com/mozilla/cubeb/blob/master/LICENSE) | ISC |
| curl | [curl.se/docs/copyright.html](https://curl.se/docs/copyright.html) | curl |
| discord-rpc | [github.com/discord/discord-rpc/blob/master/LICENSE](https://github.com/discord/discord-rpc/blob/master/LICENSE) | MIT |
| FAudio | [github.com/FNA-XNA/FAudio/blob/master/LICENSE](https://github.com/FNA-XNA/FAudio/blob/master/LICENSE) | zlib |
| ffmpeg | [ffmpeg.org/legal.html](https://ffmpeg.org/legal.html) | LGPL v2.1 or later |
| fusion | [github.com/xioTechnologies/Fusion/blob/main/LICENSE.md](https://github.com/xioTechnologies/Fusion/blob/main/LICENSE.md) | MIT |
| gamemode | [github.com/FeralInteractive/gamemode/blob/master/LICENSE.txt](https://github.com/FeralInteractive/gamemode/blob/master/LICENSE.txt) | BSD 3-Clause |
| glext | [registry.khronos.org/OpenGL/api/GL/glext.h](https://registry.khronos.org/OpenGL/api/GL/glext.h) | MIT |
| glslang | [github.com/KhronosGroup/glslang/blob/main/LICENSE.txt](https://github.com/KhronosGroup/glslang/blob/main/LICENSE.txt) | BSD 3-Clause |
| hidapi | [https://github.com/libusb/hidapi/blob/master/LICENSE-orig.txt](https://github.com/libusb/hidapi/blob/master/LICENSE-orig.txt) | hidapi |
| libpng | [libpng.org/pub/png/src/libpng-LICENSE.txt](https://libpng.org/pub/png/src/libpng-LICENSE.txt) | libpng-2.0 |
| libusb | [github.com/libusb/libusb/blob/master/COPYING](https://github.com/libusb/libusb/blob/master/COPYING) | LGPL v2.1 |
| llvm | [github.com/llvm/llvm-project/blob/main/LICENSE.TXT](https://github.com/llvm/llvm-project/blob/main/LICENSE.TXT) | Apache 2.0 with LLVM Exception |
| miniupnp | [github.com/miniupnp/miniupnp/blob/master/LICENSE](https://github.com/miniupnp/miniupnp/blob/master/LICENSE) | BSD 3-Clause |
| MoltenVK | [github.com/KhronosGroup/MoltenVK](https://github.com/KhronosGroup/MoltenVK) | Apache 2.0 |
| openal-soft | [github.com/kcat/openal-soft/blob/master/COPYING](https://github.com/kcat/openal-soft/blob/master/COPYING) | GPL v2 |
| opencv | [opencv.org/license](https://opencv.org/license) | Apache 2.0 |
| pine | [github.com/RPCS3/rpcs3/blob/master/3rdparty/pine/pine_server.h#L3](https://github.com/RPCS3/rpcs3/blob/master/3rdparty/pine/pine_server.h#L3) | GPL v2 or later |
| protobuf | [github.com/protocolbuffers/protobuf/blob/main/LICENSE](https://github.com/protocolbuffers/protobuf/blob/main/LICENSE) | BSD 3-Clause |
| pugixml | [github.com/zeux/pugixml/tree/master](https://github.com/zeux/pugixml/tree/master) | MIT |
| RtMidi | [github.com/thestk/rtmidi/tree/master](https://github.com/thestk/rtmidi/tree/master) | RtMidi |
| SDL | [github.com/libsdl-org/SDL/blob/main/LICENSE.txt](https://github.com/libsdl-org/SDL/blob/main/LICENSE.txt) | zlib |
| soundtouch | [github.com/RPCS3/soundtouch/blob/master/COPYING.TXT](https://github.com/RPCS3/soundtouch/blob/master/COPYING.TXT) | LGPL v2.1
| stb | [github.com/nothings/stb/blob/master/LICENSE](https://github.com/nothings/stb/blob/master/LICENSE) | MIT |
| unordered_dense | [github.com/martinus/unordered_dense/blob/main/LICENSE](https://github.com/martinus/unordered_dense/blob/main/LICENSE) | MIT |
| VulkanMemoryAllocator | [github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/blob/master/LICENSE.txt](https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/blob/master/LICENSE.txt) | MIT |
| wolfssl | [github.com/wolfSSL/wolfssl/blob/master/LICENSING](https://github.com/wolfSSL/wolfssl/blob/master/LICENSING) | GPL v2 (RPCS3 Exception) |
| yaml-cpp | [github.com/jbeder/yaml-cpp/blob/master/LICENSE](https://github.com/jbeder/yaml-cpp/blob/master/LICENSE) | MIT |
| zlib | [github.com/madler/zlib/blob/master/LICENSE](https://github.com/madler/zlib/blob/master/LICENSE) | zlib |
| zstd | [github.com/facebook/zstd/blob/dev/LICENSE](https://github.com/facebook/zstd/blob/dev/LICENSE) | BSD 3-Clause |