Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
TylerBurnett opened this issue Jan 23, 2019 · 5 comments
Open

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

TylerBurnett opened this issue Jan 23, 2019 · 5 comments

Comments

@TylerBurnett
Copy link

TylerBurnett commented Jan 23, 2019

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

@doivosevic
Copy link

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
Copy link

slauko commented Sep 25, 2019

same .Update() is missing somehow

@ProBun
Copy link

ProBun commented May 30, 2020

Anyone manage to get it working?

@tcomben
Copy link

tcomben commented Jul 9, 2021

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
Copy link
Owner

lolp1 commented Jul 10, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants