cacao icon indicating copy to clipboard operation
cacao copied to clipboard

Menubar support

Open rawnly opened this issue 2 years ago • 2 comments
trafficstars

Hi, is it possible to create a menubar app via cacao? if so, is it documented?

rawnly avatar Dec 07 '22 12:12 rawnly

Possible? Yes. As easy as it should be? No. Documented? Ish.

What I mean is this: you can absolutely use cacao to set up the application delegate cycle and write objc calls directly (or wrap your own pieces) to do the menu bar stuff. If the menu bar stuff feels good and you want to PR it, it'd absolutely be looked at for merging since it's a common enough need.

ryanmcgrath avatar Dec 07 '22 22:12 ryanmcgrath

If the menu bar stuff feels good and you want to PR it, it'd absolutely be looked at for merging since it's a common enough need.

Unfortunately, I have only some experience with swift directly, I've never written a line of objc 🙃... but I'll try anyway to implement it, is a nice weekend project :)

rawnly avatar Dec 08 '22 02:12 rawnly