lolp1 / Overlay.NET

An easy-to-use overlay library written in C# by Jacob Kemple.
730 stars 87 forks source link

Nuget package is not up to date with current Demo #24

Open TylerBurnett opened 5 years ago

TylerBurnett commented 5 years ago

Love this idea, and i understand the api. Shame the Nuget Package is out of date

doivosevic commented 4 years ago

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?

slauko commented 4 years ago

same .Update() is missing somehow

ProBun commented 4 years ago

Anyone manage to get it working?

tcomben commented 3 years ago

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

lolp1 commented 3 years ago

@tcomben This looks really cool and intend to look at it tonight, and let you know what I think!