justinstenning / Direct3DHook

DirectX Capture and Overlays by using Direct3D API hooks
http://spazzarama.com/2011/03/14/c-screen-capture-and-overlays-for-direct3d-9-10-and-11-using-api-hooks
MIT License
580 stars 178 forks source link

Question: Interactive UI Overlay #67

Open Ch4rg3r opened 5 years ago

Ch4rg3r commented 5 years ago

Hi, i saw this project a while ago. The progress is great. My question is, does this support (or is it possible to add) functionality to create interactive Overlays, which use UI elements. Like the Steam Overlay, which has a full UI, even Chromium running. I would like to create a overlay for a game that should atleast have text and buttons

LucaSoftDev commented 5 years ago

I'm also trying to do something similar and found this project some days ago. I need this functionality to show DualShock 4's battery on an overlay. Should I have any progress on this matter I'll let you know.

MarcellVokk commented 1 year ago

Hi! If you are still interested, here is a repo you may find useful: https://github.com/Vadkarika2/DamnOverSharp (made by me)