Code52 / HAMMER

Tools for making awesome Win8 apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hyper-Awesome, Malicious, Markup Enabled Reality.

HAMMER.Pants

So we started with this little conundrum when restyling Win8 XAML apps:

To brand WinRT/XAML apps, you need to override ALL control styles. This sucks if you just want to change the colours to match your theme.

HAMMER.Pants solves this, by auto-modifying all the coloured brushes so you don't have to pick through them. Currently, you provide a "base" colour, and HAMMER.Pants modifies that based on the luminance variation found in the original styles. That is, if you pick red, all the purples will be replaced with reds, but they'll change in brightness slightly just like the default purples do.

Usage

HAMMER.Pants.exe /colour=value [/inputfile=value] [/outputfile=value]

 /colour hex (without the #) value for the "base" - only supports RGB values currently
 /inputfile (optional - if on Windows 8 it will look in the "Windows Kits" directory for the necessary file)
 /outputfile (optional - if not specified it will be named generic.xaml in the same directory as the Hammer.Pants.exe)

TODO

  • Provide a wider colour pallete rather than auto-generated HSB values
  • Project-build script so that it's done at build time, no external app required.

HAMMER.Nails

Feedback provides a simple, standard way to present a feedback form. It's up to you to provide the processing to send to your backend. Usage:
FeedbackResult x = await HAMMER.Nails.Feedback.ShowFeedback();

Example:

HAMMER.Touch

You shouldn't touch this.

About

Tools for making awesome Win8 apps


Languages

Language:C# 100.0%