Nimfire currently can't be compiled on Linux because of getScreenRes() requiring winim library, and no way around that.
Not only I think getScreenRes() should have when instead of if, but also whole winim thing should be gated behind OS, otherwise skipped and the proc not throwing error (if it does). I recall there was some Nimble script features to achieve that.
Nimfire currently can't be compiled on Linux because of
getScreenRes()requiring winim library, and no way around that.Not only I think
getScreenRes()should havewheninstead ofif, but also whole winim thing should be gated behind OS, otherwise skipped and the proc not throwing error (if it does). I recall there was some Nimble script features to achieve that.