Fork me on GitHub
#membrane-term
<
2021-11-22
>
lread22:11:11

As I write up the Windows issue… I realize I never did ask about skia on Windows. What’s the limitation there?

phronmophobic22:11:32

I just need to build it for windows

phronmophobic22:11:51

skialib, that is

phronmophobic22:11:04

I don't have a windows dev environment set up.

phronmophobic22:11:48

I've heard that the skija backend works on windows

phronmophobic22:11:01

what do you use for windows development?

lread22:11:09

Ah good to know, thanks. Many many many years ago, Window used to be my main dev platform. I now just use a Windows 10 Home 64-bit virtual machine under Parallels Desktop to occasionally verify this and that. For Windows CI stuff there is GitHub Actions… but I hear that CircleCI has added Windows to their free tier as well(?).

phronmophobic22:11:43

I have a paid GH account, so I can theoretically get CI to make the build, but it's pretty painful to set it up the first time without a local setup. I also recently, got Parallels Desktop, but I have yet to actually figure out how to do anything on Windows

lread22:11:16

Yeah these days I pretty much just use Windows to make sure my Graal native-image stuff works on Windows. I typically setup CI testing for Windows too - just because of those Windows gotchas it finds.