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

Break dependency on MS Windows #5

Open
eyalroz opened this issue Sep 14, 2021 · 1 comment
Open

Break dependency on MS Windows #5

eyalroz opened this issue Sep 14, 2021 · 1 comment

Comments

@eyalroz
Copy link

eyalroz commented Sep 14, 2021

This seems like a great app (which BTW NVIDIA itself should have really released itself independently of the source view in NSight Compute). However - it is limited to a single operating system (and requires a specific C++ IDE, see #4).

Would it be possible for you to break this dependency?

I realize that is a rather tall order for C#, which is rather Windows-centric, so this might be a disguised request to port this to another language, but it would be what I would need to use CudaPAD.

@SunsetQuest
Copy link
Owner

Yeah, this is a change that needs to be made - most developers are not on windows anymore - except me =).
I'm thinking it would be possible but how much work. .Net 5 and core have been more independent of the OS. I guess it would depend on .net and 3rd party items that are not universal yet and replace them.

Reviewing the code. anything with System.Forms would need to be swapped out.

  • System.Forms would need to be replaced with Microsoft.Maui
  • System.Graphics would need to move to Microsoft.Maui.Graphics
  • ScintillaNET source is very tied to windows.forms, so that is not usable.

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

2 participants