Guidelines for building cross-platform apps

ChuckPuckett

New member
Joined
Nov 13, 2022
Messages
3
Programming Experience
10+
I hope this is the correct forum for this question. My apologies if it is not.

I am looking for a good recommendation for guidelines or a book with specific recommendations on building cross-platform apps with Visual Studio, hopefully using C#. I wrote a word game as a WinForm app, and would like to make it available on Mac platforms, specifically on laptops, but also iPhones and iPads. I understand that likely implies quite a bit of work, especially in GUI. The game logic is nicely separated from the presentation, so that should be portable.

Any suggestions?
 
This question doesn't really pertain to the VS.NET IDE. Going to try to move to a more appropriate subforum...
 
Back
Top Bottom