TailBlazer
TailBlazer copied to clipboard
mono support
It would be cool to have mono support which could make this work on non-windows platform.
Definitely have to look into this. Have you ever built code for Mono before? I ask as I would need help
@RolandPheasant Yes I have. Here is a recent one for octokit https://github.com/octokit/octokit.net/pull/995.
Cheers. I will take a look over xmas. And probably come back with a load of questions
Since WPF isn't available on Mono, you could look at Perspex. It's a cross-platform WPF-style UI toolkit that's currently in alpha. That way there would be minimal needed change in the codebase since WPF idioms still work in many cases.