No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

hace 8 meses
123456789101112131415161718192021222324252627
  1. # DamnOverSharp
  2. ## An easy to use library for creating in-app overlays for different games and programs.
  3. ![image](targetProcessWPFdemo.png)
  4. ### Features:
  5. - Works in both windowed and fullscreen mode
  6. - DirectX 9, 10 and 11 support (DirectX 12 and Vulkan coming soon!)
  7. ### 3 Renderers:
  8. - WpfRenderer: Allows the user to host WPF controls with mouse events and keyboard input
  9. - ChromiumRenderer: Allows the user to host a Chromium instance with full input passtrough (also supports transparency!)
  10. - GraphicRenderer: Allows the user to Draw a Bitmap on the screen (can be updated every frame)
  11. ## Example
  12. A simple sample project can be found in the project repo, which contains samples for the usage of all 3 renderers.
  13. #### Screenshot of the target app (in this case Muck lol) rendering the WPF control
  14. ![image](targetProcessWPFdemo.png)
  15. #### Screenshot of the example's UI
  16. ![image](exampleApp.png)
  17. #### The control being hosted in game in the WPF designer
  18. ![image](designerWPFdemo.png)