haacked / seegit

SeeGit - The Git Repository Visualizer
MIT License
509 stars 106 forks source link

Support for OS X #72

Open F1LT3R opened 9 years ago

F1LT3R commented 9 years ago

Looks like an awesome tool! Would be great to get this working on OS X.

Therzok commented 9 years ago

The WPF stack isn't implemented on Mono, sadly, so this isn't quite an issue with SeeGit, but more likely with Mono.

Therzok commented 9 years ago

One solution would be porting this to Xwt or implementing a new frontend in Xamarin.Mac.

haacked commented 4 years ago

@isaacrlevin proposed an interesting approach on Twitter:

Cross plat with Blazor as a single file exe is an interesting thing. I did that and was happy with the results.

I really like that idea. I don't have time to address it right now, but when I do, he offered to talk to me about it.