Glide
Glide is a graphical library for .NET Micro Framework that uses a graphical screen designer. Glide provides a more responsive experience then the built-in Windows Presentation Foundation with many additional features, from buttons and lists to keyboards and message boxes.
Components
Button, Canvas, CheckBox, Dropdown, DataGrid, Image, List, MessageBox,
PasswordBox, ProgressBar, RadioButton, Slider, TextBlock, TextBox
PasswordBox, ProgressBar, RadioButton, Slider, TextBlock, TextBox
Features
- Load windows designed by the Designer.
- Animate between windows.
- Calibration window.
- Feed in your own touch events.
- Keyboard handling and customization.
- MessageBox handling.
- Can work on the default emulator or any NETMF device with graphics support.
Requirements
- Your .NET Micro Framework device must support the Bitmap class.
- Glide is provided royalty-free (even for commercial use) under the Apache License 2.0.
Getting Started
To get started download the following files:
-
Download the source codes from CodePlex — http://netmfglide.codeplex.com
- You must compile the source codes to generate the needed DLLs.
- In the project's properties under the Application tab, you'll need to change the Target Framework to the current version of .NET Micro Framework.
- You must compile the source codes to generate the needed DLLs.
- Glide Library Documentation
- To begin coding, view the examples:
- Start designing windows.