I’ve always been a little annoyed that I couldn’t find an open source reference image viewer that does what I want it to do, and a while back I thought: how hard could it be to code one myself? I’m finally at a point where I think it’s presentable:
The egdes are actually click to flip. I wasn’t planning on supporting off-ratio scaling so I thought I could use the edge for something else and I tend to flip reference images a lot, but I can see how it is confusing. Maybe I can try something different for the icon.
There are executables for Linux, macOS and Windows (though the Mac build is experimental since I can’t test it myself).
BeeRef is written in PyQt6, so it can run on Android and iOS as well, however it’s a) currently not designed with a touch display in mind, and b) I have currently no device or other possibility to provide executables for Android or iOS. a) is something I want to look into and probably not too hard to do, and I do have a laptop with touch display at my disposal to test it on, but b) is going to be tricky for me at the moment. If anyone wants to help with this, let me know.
Anyone who knows to run Python programs on their Android should already be able to run BeeRef on it now.
@Rebecca Do you want us to report any problems in this topic?
I have one but I need to investigate it further to try to find a definite repeatable cause.
If you have a github account, you could use the discussions there, or open a bug report https://github.com/rbreu/beeref/issues. You can also just DM me so that we don’t spam the Krita forum too much.
very cool software, thank you for posting it!
the fact that its made with pyqt6 has me thinking it should be easy to wrap this into a krita plugin when the devs decide to bump krita up to qt6 (krita 6 seems appropriate haha)
since I saw a tweet from david revoy talking about beeref I tried to install it in my pc running a linux mint but couldnt make it work. any help would be so much apreciated! thanks in advance