All Projects → JuniperPhoton → Myersplash.uwp

JuniperPhoton / Myersplash.uwp

Licence: mit
Yet anothor simple and elegant photos & wallpaper app for all platforms.

Projects that are alternatives of or similar to Myersplash.uwp

wallup-android
Hand curated Images & 'Auto Wallpaper'
Stars: ✭ 30 (-85.51%)
Mutual labels:  wallpaper, unsplash
Splashify
Beautiful desktop wallpapers
Stars: ✭ 286 (+38.16%)
Mutual labels:  unsplash, wallpaper
Monotone
An Unsplash Application for iOS.
Stars: ✭ 181 (-12.56%)
Mutual labels:  wallpaper, unsplash
Splash Cli
A simple, command line tool to download Unsplash wallpapers. It’s not intended to be anything particularly fancy — it just works.
Stars: ✭ 432 (+108.7%)
Mutual labels:  unsplash, wallpaper
gosimac
Fetch the wallpaper from Bing, Unsplash, etc.
Stars: ✭ 22 (-89.37%)
Mutual labels:  wallpaper, unsplash
Quickwall
Set latest wallpapers from Unsplash from the commandline
Stars: ✭ 131 (-36.71%)
Mutual labels:  unsplash, wallpaper
Dynamic walls App
🌘 The Dynamic_Walls scripts replicating macOS Mojave's dynamic wallpaper feature combined into an app
Stars: ✭ 180 (-13.04%)
Mutual labels:  wallpaper
Corehook
A library that simplifies intercepting application function calls using managed code and the .NET Core runtime
Stars: ✭ 191 (-7.73%)
Mutual labels:  uwp
Hexo Theme Random
A hexo theme with random fullscreen background image.
Stars: ✭ 179 (-13.53%)
Mutual labels:  unsplash
Oh My Earth
Make a real time earth picture as your wallpaper
Stars: ✭ 168 (-18.84%)
Mutual labels:  wallpaper
Directx Vs Templates
Direct3D Visual Studio Templates
Stars: ✭ 205 (-0.97%)
Mutual labels:  uwp
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 (+1061.35%)
Mutual labels:  uwp
Ambie
A simple, elegant white noise app for Xbox and Windows
Stars: ✭ 187 (-9.66%)
Mutual labels:  uwp
Rx Explorer
一款轻量的UWP文件管理器 | A lightweight UWP Explorer
Stars: ✭ 184 (-11.11%)
Mutual labels:  uwp
Directx12gameengine
DirectX 12 .NET game engine
Stars: ✭ 194 (-6.28%)
Mutual labels:  uwp
Komorebi
A beautiful and customizable wallpapers manager for Linux
Stars: ✭ 2,472 (+1094.2%)
Mutual labels:  wallpaper
Unsplash rb
💎 Ruby wrapper for the Unsplash API.
Stars: ✭ 202 (-2.42%)
Mutual labels:  unsplash
Mqttnet
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.
Stars: ✭ 2,486 (+1100.97%)
Mutual labels:  uwp
Ttgbingwallpaper
Mac menubar app. Automate download daily picture from Microsoft Bing website and set it as your wallpaper. Written in Swift3.
Stars: ✭ 184 (-11.11%)
Mutual labels:  wallpaper
Iconshowcase Dashboard
A full-of-features, easy-to-customize, free and open source, Material Design dashboard for icon packs.
Stars: ✭ 197 (-4.83%)
Mutual labels:  wallpaper

MyerSplash for Windows 10

Introduction

Yet anothor simple and elegant photos & wallpaper app for all platforms.

Welcome to visit the Android and iOS version :)

Download

Visit the website to download all versions.

Building

Make sure you use the latest Visual Studio and have installed the latest UWP SDK to build project. Any pull requrests are welcomed.

Note that in order to access the unsplash API, you must:

  • Register as developer in unsplash.com
  • Copy your app secret key

Then create a ./MyerSplash/Assets/Json/keys.json file and paste the key-values as json:

{
    "app_center_key": "xxx",
    "client_key": "xxx"
}

This app uses Microsoft's AppCenter to do the analysis, thus you should also have the appcenterKey too.

License

The project is released under MIT License.

MIT License

Copyright (c) 2020 JuniperPhoton

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].