Shiira 2 released, offers HUD framework


If you haven’t already heard, Shiira 2 has been released. Shiira is a web browser written in Cocoa and based on Webkit that aims to provide a better browsing alternative than Safari.

A sub-project of Shiira is a HUD-type window class. While they’re not completely accurate to the specifications used by Apple, these are probably the best HUD windows I’ve seen from a third party developer by a long shot.

HUD window from Shiira

The HUD Windows have the funny name of HMBLBlkAppKit. The Shiira team has really done a great job!


Back to Top ↑

8 Comments so far

Leave a comment
  1. 1

    these are probably the best HUD windows I’ve seen from a third party developer by a long shot.

    Check out the HUDs in CSSEdit 2.5 - they blow these away by a mile. Very slick. Unfortunately, they are closed, so Jan is the only person who can use them :(

  2. 2

    This thing looks pretty!

  3. 3

    Check out the HUDs in CSSEdit 2.5 - they blow these away by a mile.

    Ahh… What can compare with CSSEdit?

    Still, as an open source-ish project, this is one of the best ones out there. The iLife controls framework is good too, but HMBBLBlkAppKit is dedicated to HUD so naturally it does a better job of getting all the controls etc. working.

  4. 4

    I have seen this, and I think it’s great. It’s well documented too, seeing this comes from Japan. Some great work in there.

  5. 5

    I can’t get any NSTextField working inside a subclassed NSPanel with this framework :( too bad because otherwise perfect

  6. 6

    Neckaros, NSTextField is showing when I add it into the test application. Perhaps the black-on-black was hard to see? You can set the text colour as white.

  7. 7

    You have to overwrite canBecomeKeyWindow in NSPanel and return YES if you want a textfield in your window.

RSS feed for comments on this post. TrackBack URI

Leave a comment

Comments may be edited for formatting.