You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# 🚀 GamePlug: The Universal Plugin Layer
2
2
3
-
GamePlug is a powerful, multi-API interception framework designed for modders. It provides a unified plugin system to inject custom ImGui UIs and game logic across **Vulkan**, **DirectX 9**, and **DirectX 12**.
3
+
GamePlug is a powerful, multi-API interception framework designed for modders. It provides a unified plugin system to inject custom ImGui UIs and game logic across **Vulkan**, **DirectX 9**, **DirectX 10**, **DirectX 11**, and **DirectX 12**.
4
4
5
5
## ✨ Key Features
6
6
7
-
***Multi-API Support**: One framework to rule them all. Works seamlessly with Vulkan, D3D9, and D3D12.
7
+
***Multi-API Support**: One framework to rule them all. Works seamlessly with Vulkan, D3D9, D3D10, D3D11 and D3D12.
8
8
***Unified Plugin System**: Build plugins once using a clean C++ interface. No need to worry about the underlying rendering backend.
9
9
***ImGui Integration**: Full support for Dear ImGui overlays with shared context between the host and plugins.
10
10
***Cross-Architecture**: Supports both x32 (Legacy/DXVK titles) and x64 (Modern titles).
@@ -13,6 +13,7 @@ GamePlug is a powerful, multi-API interception framework designed for modders. I
13
13
14
14
-[Plugin Development Guide](docs/PLUGIN_DEVELOPMENT.md) - Learn how to build your own plugins.
15
15
-[Plugin Usage Guide](docs/PLUGIN_USAGE.md) - How to install and manage plugins.
16
+
-[Games Compatibility List](GAMES_COMPATIBILITY_LIST.md) - Supported games and their compatible layers.
16
17
-[Changelog](CHANGELOG.md) - Track recent changes and updates.
0 commit comments