EnglishSvenska

Trying some cross platform stuff in C#

I was interested in the idea of writing cross platform C# app. What I found is that putting the common functionality is a shared project, and then every GUI platform in its own project. In my example I used WPF for windows GUI and GTK# for linux. Works kinda nice.

https://github.com/sebnil/CrossPlatformCsharpExperiment

 

Posted in Blog

Leave a Reply

Your email address will not be published. Required fields are marked *

*