DamnOverSharp 1.0.1
dotnet add package DamnOverSharp --version 1.0.1
NuGet\Install-Package DamnOverSharp -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DamnOverSharp" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DamnOverSharp --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DamnOverSharp, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DamnOverSharp as a Cake Addin #addin nuget:?package=DamnOverSharp&version=1.0.1 // Install DamnOverSharp as a Cake Tool #tool nuget:?package=DamnOverSharp&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DamnOverSharp
An easy to use library for creating in-app overlays for different games and programs.
Features:
- Works in both windowed and fullscreen mode
- DirectX 9, 10 and 11 support (DirectX 12 and Vulkan coming soon!)
3 Renderers:
- WpfRenderer: Allows the user to host WPF controls with mouse events and keyboard input
- ChromiumRenderer: Allows the user to host a Chromium instance with full input passtrough (also supports transparency!)
- GraphicRenderer: Allows the user to Draw a Bitmap on the screen (can be updated every frame)
Example
A simple sample project can be found in the project repo, which contains samples for the usage of all 3 renderers.
Screenshot of the target app (in this case Muck lol) rendering the WPF control
Screenshot of the example's UI
The control being hosted in game in the WPF designer
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.8
- CefSharp.OffScreen (>= 108.4.130)
- MouseKeyHook (>= 5.6.1-alpha)
- RenderHookAPI (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.