GetGet99 / UWPSlideShowLibrary

UWP Slide Show Library that makes making slide show easier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UWPSlideShowLibrary

UWP Slide Show Library is a library that makes making SlideShow easier by abstracting Slide show code in the back. Using this project, you only need to work on a bit of UI Code.

Why did I do this?

  • It has more possibilities, such as static background, acrylic, mica, easing animations, programmable UI automation, and anything else you can do in UWP.

Example Project with two slides is included. (only basic features; do not include what I say is "possible.")

If you can understand the code written in the sample project and have basic UWP knowledge, you might be able to do what you want.

Screenshots

Title Slide

Statistic Slide

Explaination SLide

Non Full screen

Non Full Screen

Features

  1. (Only i/n Sample Project. You can copy and paste the code from there if you need this feature) It does not break if the slide is shown in other resolutions. Instead, it will scale and center itself.
  2. Slide management is abstracted away. You derive the new slide from Slide class, and you don't need to care about the internal part of how the slide system works.

About

UWP Slide Show Library that makes making slide show easier.

License:MIT License


Languages

Language:C# 100.0%