diff --git a/docs/favicon.ico b/docs/favicon.ico index 9fed5f8..7977667 100644 Binary files a/docs/favicon.ico and b/docs/favicon.ico differ diff --git a/docs/index.html b/docs/index.html index d9b17d5..e2baffc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -79,7 +79,7 @@

Navigation

  • - +
  • @@ -144,7 +144,7 @@

    Dynamic Windows Desktop based on weather & time

  • - +
  • @@ -161,6 +161,7 @@

    Dynamic Windows Desktop based on weather & time

    Your Desktop

    A window to the the outside world..

    +
    @@ -210,7 +211,7 @@

    Video/Picture

    Silent when Busy

    - When running fullscreen applications or games rePaper will go to sleep, you will not lose any performance whether you work or play. + When running fullscreen applications or games rePaper will go to sleep, you will not lose any performance whether you work or play.

    @@ -222,7 +223,7 @@

    Silent when Busy

    Customizable

    - Live in an area where it won't rain much? Like to use rainmeter skins instead?.. Everything is customisable, play custom whether effect from a choice of 20+ presets, run rainmeter skins ontop.. + Live in an area where it won't rain much? Like to use rainmeter skins instead?.. Everything is customisable, play custom whether effect from a choice of 15+ presets, run rainmeter skins ontop..

    @@ -234,7 +235,7 @@

    Customizable

    Dark Mode

    - Toggle windows 10 Darkmode automatically at night, Wallpaper will also change based on time.. getting darker at night, brigher during day, orange during sunset. + Toggle windows 10 Dark/Light theme automatically, Wallpaper will also change based on sunrise/sunset time.. getting darker at night, brigher during day, orange during sunset.

    @@ -258,7 +259,7 @@

    Performance

    Ultrawide Support

    - Ultrawide resolutions are supported, multimonitor support is planned. + Ultrawide resolutions are supported, multimonitor support is partially supported.

    @@ -528,7 +529,7 @@
    Email
  • - +
  • diff --git a/readme.md b/readme.md index ae40c89..4dc4bbb 100644 --- a/readme.md +++ b/readme.md @@ -1 +1,63 @@ -Weather based wallpaper +

    +rePaper +
    +rePaper - A window to the the outside world +

    + +[![GitHub release](https://img.shields.io/github/release/rocksdanister/rePaper/all.svg)](https://github.com/rocksdanister/rePaper/releases) +[![Github all releases](https://img.shields.io/github/downloads/rocksdanister/rePaper/total.svg)](https://github.com/rocksdanister/rePaper/releases) + +## Contents + +- [About](#about) +- [Download](#download) +- [Features](#features) +- [Screenshots](#screenshots) +- [Support](#support) + +## About +![demo-gif](./resources/htmlbanner_gif.gif?raw=true "demo") + +Try to imagine your desktop as a window, as it rains outside you see water droplets dripping down..as it snows you see it get frosted.. as sun rises & sets scenery changes realtime. + +Thats the idea behind this software; What started out as a simple idea, after many months of work I present to you rePaper. + +When running fullscreen applications or games rePaper will go to sleep (~0% cpu & gpu usage); no performance cost. + +## Download +#### COMING SOON + +Unzip the file, select Start.exe to get started. + +To update the program, just delete the old folder & extract the new version; Run it once to fix the new startup path if run at startup enabled. + +Save files & settings are stored in \Saved Games\rePaper. + +## Features + +* Video file as wallpaper support (Hardware Accelerated Playback optional) +* Most of the processing is done via gpu shaders, low cpu usage. +* Openweathermap API used to gather weather information. + (most of these weather conditions are supported: [https://openweathermap.org/weather-conditions](https://openweathermap.org/weather-conditions)) + * Real-time day/night cycle based on sunrise-sunset time. +* rePaper will pause when running fullscreen application or games (~0% cpu & gpu usage; main execution thread is stopped, background thread used for monitoring). +* rePaper will pause when application focus change (optional). +* Ultrawide resolution support, multimonitor systems partially supported. +* Toggle windows 10 Light/Darkmode automatically based on time (optional). +* Automatically detect clock, text color based on wallpaper (picture wallpaper only). +* Your areas weather might not always be exciting, all the weather effects are user selectable. +* Customizable - adjustable performance settings (fps, blur quality) , custom UI color, different clock styles & more. +* Appears behind desktop icons. +* Brightness change based on time of day & weather - less bright when clowdy, raining. +* Runs at system startup (optional). + +## Screenshots +![desktop](./docs/images/preview/1_2x.jpg?raw=true "desktop") +![desktop2](./docs/images/preview/2_2x.jpg?raw=true "desktop2") +![desktop3](./docs/images/preview/6_2x.jpg?raw=true "desktop3") +![desktop4](./docs/images/preview/5_2x.jpg?raw=true "desktop4") + +## Support +If you like what I do & want to support me: + +[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/P5P1U8NQ) diff --git a/resources/htmlbanner_gif.gif b/resources/htmlbanner_gif.gif new file mode 100644 index 0000000..4830ba7 Binary files /dev/null and b/resources/htmlbanner_gif.gif differ