1
0
Fork 0
Code drawn, dark themed AppKit HUD interface elements
Go to file
Simon M 1cdd25f485 copyright change, more extensive outline view override 2017-06-08 12:24:46 +10:00
Catalog Shifted stuff around, added an Inset View for display purposes. 2013-02-10 20:28:23 +11:00
SNRHUDKit copyright change, more extensive outline view override 2017-06-08 12:24:46 +10:00
SNRHUDKit.xcodeproj copyright change, more extensive outline view override 2017-06-08 12:24:46 +10:00
.gitignore Git Ignore for XCode 2012-11-09 18:57:56 +13:00
README.md Update README.md 2012-08-19 11:55:05 -06:00

README.md

SNRHUDKit: 100% code-drawn, resolution independent HUD controls for AppKit

SNRHUDKit is a framework that brings missing HUD controls and interface elements to AppKit. All of the controls are fully compatible with OS X 10.6 and 10.7. Each of the NSControl subclasses are completely independent (aside from a few categories) so you are free to pick and choose the controls you need instead of using the entire framework.

Usage

As of Xcode 4, IBPlugins are no longer supported. Therefore, you will need to either programatically create the controls OR drag out the standard non-HUD version of the control in Interface Builder and change the cell class to the appropriate HUD class provided in SNRHUDKit.

Work in Progress

SNRHUDKit is nowhere near complete at this time. The only controls/elements that have been at least partially implemented are:

  • Window (SNRHUDWindow)
  • Segmented control (SNRHUDSegmentedCell)
  • Text view (SNRHUDTextView)
  • Rounded and checkbox buttons (SNRHUDButtonCell)
  • Text field (SNRHUDTextFieldCell)

Here's a mockup of what the complete set of elements will look like:

SNRHUDKit

Licensing

SNRHUDKit is licensed under the BSD license.

Coded by Indragie Karunaratne and Designed by Tyler Murphy