Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
rotiV3 704d14c6ba 0.0.0.1.1 - Added lockpick main window vor 8 Monaten
DamnOverSharp 0.0.0.1.1 - Added lockpick main window vor 8 Monaten
Example 0.0.0.1.1 - Added lockpick main window vor 8 Monaten
MouseKeyHook 0.0.0.1.1 - Added lockpick main window vor 8 Monaten
RenderHookAPI 0.0.0.1.1 - Added lockpick main window vor 8 Monaten
packages 0.0.0.0.0.1 vor 8 Monaten
.gitattributes 0.0.0.0.0 vor 8 Monaten
.gitignore 0.0.0.0.0 vor 8 Monaten
DamnOverSharp.sln 0.0.0.0.0 vor 8 Monaten
README.md 0.0.0.0.0 vor 8 Monaten

README.md

DamnOverSharp

An easy to use library for creating in-app overlays for different games and programs.

image

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

image

Screenshot of the example’s UI

image

The control being hosted in game in the WPF designer

image