All Projects β†’ sozercan β†’ WAT-UWP

sozercan / WAT-UWP

Licence: Apache-2.0 License
🌐 Web App Template (WAT) for Universal Windows Platform (UWP)

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
C#
18002 projects
HTML
75241 projects

Projects that are alternatives of or similar to WAT-UWP

ghostly
Ghostly is a GitHub notification client for Windows 10/11
Stars: ✭ 252 (+1838.46%)
Mutual labels:  uwp, windows-10
UWP-Package-Installer
An UWP installer for appx/appxbundle packages
Stars: ✭ 85 (+553.85%)
Mutual labels:  uwp, windows-10
Rise-Media-Player
One media player for everything you own or stream; whether it's music or videos, online or offline Rise Media Player does it all. And it's beautiful and native with the latest version of WinUI.
Stars: ✭ 600 (+4515.38%)
Mutual labels:  uwp, windows-10
FactoryOrchestrator
A cross-platform system service which provides a simple way to run and manage factory line validation, developer inner-loop, diagnostics, and fault analysis workflows.
Stars: ✭ 36 (+176.92%)
Mutual labels:  uwp, windows-10
ModernKeePass
KDBX password manager for the Windows Store
Stars: ✭ 29 (+123.08%)
Mutual labels:  uwp, windows-10
XamlIslands
Repository with several XAML Islands v1 samples (Win32, WPF, and WinForms) to demonstrate how to use it.
Stars: ✭ 47 (+261.54%)
Mutual labels:  uwp, windows-10
keypirinha-winsys
A Keypirinha plugin with useful system and shell commands for Windows 10/11.
Stars: ✭ 34 (+161.54%)
Mutual labels:  uwp, windows-10
Control Uwp
πŸŒšπŸŒ“Alternative Control Panel for Windows 10
Stars: ✭ 237 (+1723.08%)
Mutual labels:  uwp, windows-10
WindowsIoTEverywhere
Images & drivers to get WIndows 10 IoT running on off-the-shelf tablets, mini-pcs, and various computers.
Stars: ✭ 23 (+76.92%)
Mutual labels:  uwp, windows-10
WindowsCommunityToolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
Stars: ✭ 4,934 (+37853.85%)
Mutual labels:  uwp, windows-10
UWPGmaps.SDK
Unofficial Google Map SDK for Universal Windows Platform (UWP)
Stars: ✭ 16 (+23.08%)
Mutual labels:  uwp, windows-10
UWP-Flow-Frame
Flow Frame is a new and improved Frame control. This builds upon the default frame control by providing high-performance page transition animations powered by the composition layer. Fresh, new animations will be used by default, with options to configure the animations or even create your own custom animations (from scratch).
Stars: ✭ 14 (+7.69%)
Mutual labels:  uwp, windows-10
LRReader
A feature-complete reader and client for LANraragi
Stars: ✭ 62 (+376.92%)
Mutual labels:  uwp, windows-10
LocalNotifications
Create and manage in-app notifications in Universal Windows applications.
Stars: ✭ 37 (+184.62%)
Mutual labels:  uwp, windows-10
Quarrel
A UWP discord client
Stars: ✭ 238 (+1730.77%)
Mutual labels:  uwp, windows-10
Microsoft.Toolkit.Win32
This repository contains all controls for WPF and WinForms to simplify and demonstrate usage of UWP controls
Stars: ✭ 345 (+2553.85%)
Mutual labels:  uwp, windows-10
Caliburn.micro
A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
Stars: ✭ 2,404 (+18392.31%)
Mutual labels:  uwp, windows-10
Character Map Uwp
A modern, native UWP replacement for the Win32 Character Map and Windows Font Viewer with flawless high DPI and touch support.
Stars: ✭ 228 (+1653.85%)
Mutual labels:  uwp, windows-10
Steam-Tiles
Pin Tiles of your games from Steam to the Windows 10 Start Menu
Stars: ✭ 20 (+53.85%)
Mutual labels:  uwp, windows-10
BleLab
Bluetooth LE Lab - UWP application for interaction with BLE GATT devices
Stars: ✭ 68 (+423.08%)
Mutual labels:  uwp, windows-10

Web App Template (WAT) for Universal Windows Platform (UWP)

Web App Template (WAT) is Visual Studio 2015 project that lets developers create Universal Windows Platform (UWP) apps based on existing web content.

Used in the right way, WAT can facilitate the creation of compelling extensions to your web content for Windows users.

What's new

Cortana

Template automatically pulls in all items from all navbar, appbar, settings and search items. You can toggle this feature for any or all in the configuration file.

  • For items in navbar, appbar and settings; you can use "AppName Go [to] ItemName" to navigate
  • For search; you can use "AppName Search [for] SearchTerm" to search

In-app Voice Commands

Similar to Cortana, but only pulls in all navbar commands, and search. You can toggle this feature in the configuration file.

  • Home will navigate to home URL.
  • Back will navigate to the last page.
  • Search will popup a new dialog box that accepts user voice input for any search terms.
  • Any other navigation command will navigate to it's predefined url.

Splitview

Template uses the "wat_navbar" property in the configuration file to populate this list.

AutoSuggest Box

Template uses the "wat_search" property in the configuration file to direct search terms.

Inking

Enables user to ink and share inking to any share target app. You can toggle this feature via the "wat_ink" toggle in the configuration file. If you don't have header enabled, you can not use the inking since there won't be a button to toggle it.

Jumplist

Template automatically pulls in all navbar items to the app jumplist for quick navigation. (This feature is only available on Windows 10 Version 1511 or later)

Toolbar

Appbar items are moved to a WinJS.UI.Toolbar at the bottom. Settings items are moved to a WinJS.UI.Toolbar at the top as a secondary section item.

Removed deprecated APIs

All deprecated APIs, such as SearchPane, SearchBox and more are replaced and/or removed.

WinJS 4.4

Updated with WinJS v4.4

Getting Started

You need Visual Studio 2015 Update 1 or later

  • Clone or download the template
  • Open the "config.json" file in the config folder and modify accordingly
  • Press F5 to deploy
  • Publish when ready!

Documentation

http://wat-docs.azurewebsites.net/ (outdated)

Feedback / Bug report / feature request

https://github.com/sozercan/wat-uwp/issues

Contributions

Feel free to submit pull requests

Credits

Based on http://wat.codeplex.com/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].