/NETMF-Glide

Primary LanguageC#Apache License 2.0Apache-2.0

NETMF Glide

This is the repository for Glide, our graphical library for NETMF. While we are keeping it up, it is no longer being actively maintained.

Glide is a graphical library for .NET Micro Framework (NETMF) that uses a graphical screen designer. Glide provides a more responsive experience then NETMF's built-in Windows Presentation Foundation (WPF) with many additional features, from buttons and lists to keyboards and message boxes. Glide only uses standard NETMF calls so it can run on the default NETMF emulator or any NETMF device with graphics support.

Components

  • Button
  • Canvas
  • CheckBox
  • Dropdown
  • DataGrid
  • Image
  • List
  • MessageBox
  • PasswordBox
  • ProgressBar
  • RadioButton (automatic grouping)
  • Slider
  • TextBlock
  • TextBox

Features

  • Load windows designed by Glide 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.