Hi,
I stumbled onto your project and decided to give it a go but ran into a couple of issues. I hope you will find this useful.
The DMG image contains a single folder called Contents. This folder is on its own unusable as it needs to be put in a folder called Peakaboo.app. Afterwards Peakaboo starts as expected.
One other problem I noticed is that it looks horrible on retina HIDPI screens (like mine). This could be fixed by adding:
<key>NSHighResolutionCapable</key>
<true/>
to Info.plist.
Afterwards things look much better.
However I still couldn't really test your app as it doesn't support HDF5/Nexus files 😢
Any chance you could add support for these file formats? We have plenty of java code for it in DAWN...
Best,
Tom
Hi,
I stumbled onto your project and decided to give it a go but ran into a couple of issues. I hope you will find this useful.
The DMG image contains a single folder called
Contents. This folder is on its own unusable as it needs to be put in a folder called Peakaboo.app. Afterwards Peakaboo starts as expected.One other problem I noticed is that it looks horrible on retina HIDPI screens (like mine). This could be fixed by adding:
to Info.plist.
Afterwards things look much better.
However I still couldn't really test your app as it doesn't support HDF5/Nexus files 😢
Any chance you could add support for these file formats? We have plenty of java code for it in DAWN...
Best,
Tom