Overlay.NET
Overlay.NET copied to clipboard
Nuget package is not up to date with current Demo
Love this idea, and i understand the api. Shame the Nuget Package is out of date
I'm not sure what you are referencing to but I tried using the demo with the nuget package and what I'm missing is the OverlayWindow.Update() @lolp1 what is the fix?
same .Update() is missing somehow
Anyone manage to get it working?
I hope this helps someone. I had to build the Overlay.NET source code and create a nuget package from the code in this repo. I think for some reason the latest nuget package doesn't contain the Update() method, but it's in the source.
I followed these instructions on creating the nuget: https://docs.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package-using-visual-studio-net-framework
I also have a local nuget server running under Docker on my machine: https://github.com/loic-sharma/BaGet
I even got it working in a .net5 console app.
You also have to make sure you have the following dependencies installed:
Process.NET SharpDX SharpDX.Direct2D1 SharpDX.DXGI SharpDX.Mathematics
@tcomben This looks really cool and intend to look at it tonight, and let you know what I think!