3311 shaares
1 private link
1 private link
3 results
tagged
toolkit
Made at GitHub, open source, includes a small Gruntfile for compiling SCSS, Autoprefixer for vendor prefixes, and Parker for CSS stats.
GART - The Geo AR (Augmented Reality) Toolkit for Windows Phone 7.1(5) | Coding4Fun Blog | Channel 9
"Today's project show's off one of my favorite new capabilities available with Windows Phone 7.1(5)*, how you can incorporate augmented reality into your "real world" applications."
Controls:
- About Prompt
- Input Prompt
- Progress Overlay
- Round Button
- Round Toggle Button
- Memory Counter
- TimeSpan Picker
Abstract Classes:
- PopUp class for things like an Input Prompt that can be GPU accelerated unlike the built in Popup control.
Converters:
- Boolean to Visibility
- String To Visibility
- Themed Image Converter
- Inversed Theme Image Converter
- Visibility to Boolean
Binding Helpers:
- Textbox update
Example: <TextBox Text="{Binding FooBar, Mode=TwoWay}" local:TextBoxBinding.UpdateSourceOnChange="True" />
Data Helpers:
- PhoneHelper for getting data out of the WMAppManifest file
Example: PhoneHelper.GetAppAttribute("Title")