zonble / bunt

[Cocoa] A utility to help Mac/iPhone developers to work with colors.

This URL has Read+Write access

bunt /
name age message
file .gitignore Tue Sep 01 13:57:48 -0700 2009 Adds .gitignore file. [zonble]
directory Artworks/ Sat Mar 07 03:43:27 -0800 2009 Adds artworks. [zonble]
directory Bunt.xcodeproj/ Sun Sep 06 11:12:03 -0700 2009 Updates project setting. [zonble]
file Bunt_Prefix.pch Mon Mar 02 09:48:15 -0800 2009 The very begin of the Bunt project. [zonble]
directory Classes/ Wed Jul 22 16:45:58 -0700 2009 Adds Traditional Chinese localization. [zonble]
directory English.lproj/ Wed Jul 22 16:45:58 -0700 2009 Adds Traditional Chinese localization. [zonble]
directory Images/ Sat Mar 07 03:43:27 -0800 2009 Adds artworks. [zonble]
file Info.plist Sat Mar 07 03:43:27 -0800 2009 Adds artworks. [zonble]
file README.markdown Tue Sep 01 13:39:33 -0700 2009 Updates the content text of README.markdown. [zonble]
file main.m Mon Mar 02 09:48:15 -0800 2009 The very begin of the Bunt project. [zonble]
directory zh_CN.lproj/ Sat Jul 25 19:23:13 -0700 2009 Adds Simplifies Chinese localization. [zonble]
directory zh_TW.lproj/ Wed Jul 22 16:48:53 -0700 2009 Adjusts the xib file. [zonble]
README.markdown

Bunt

Welcome to Bunt!

What is Bunt?

Bunt is a german word which means colorful, and it is an easy-to-use Mac application for Mac/iPhone developers who need to work with colors. After picking a color from the system color picker, it generates source code for you. Bunt supports

  • NSColor - for the Cocoa framework.
  • UIcolor - for the UIKit framework
  • ColorRef - for Quartz 2D drawing
  • OpenGL - it supports glColor3f(), glColor3fv(), glColor4f() and glColor4fv() functions.

Requirement

Bunt requires

  • An Intel or PPC Macintosh.
  • Mac OS X 10.4 or higher versions.

Feedback/Contact

Any suggestion or advice is welcome. Please write to zonble@lithoglyph.com

References