Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
enochlev committed Sep 14, 2023
2 parents 99f708a + 90ab23f commit 958cd6b
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,24 @@
# Philips Wiz Screen Sync
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/qvOY2ONg3P0/0.jpg)](https://www.youtube.com/watch?v=qvOY2ONg3P0)


This project allows your program to search your network for Philips Wiz lights and sync them with your screen.

The program is structured as a simple GUI that allows you to choose which parts of your screen to sync with which lights. A few key features are highlighted below:

![App screenshot](screenshot.png)

- The red square surrounds the `Test` button. This button will cause the lights to flicker. This is useful for identifying which light corresponds to which IP address when you're setting things up.
- The blue square surrounds the `Test` button. This button will cause the lights to flicker. This is useful for identifying which light corresponds to which IP address when you're setting things up.

- The blue square surrounds the radio buttons. These allow you to choose which part of the screen each light should sync with. You can choose from the following options: "Full", "Left Half", "Right Half", "Top Half", "Bottom Half".
- The red square allows you to choose which part of the screen each light should sync with. You can choose from the following options: "Full", "Left Half", "Right Half", "Top Half", "Bottom Half".

- The `Run` button at the bottom of the app starts the screen syncing process. Once this is clicked, each selected light will start mirroring the colors of its assigned screen area. However, please note that this feature is currently a little buggy. Once the screen syncing process has been started, you won't be able to minimize the app window. We're working on fixing this in future updates!

## Installation

If you're here just for the executable file, navigate to the releases on the right-hand side of GitHub to download the latest version.

If you're interested in developing this project further, you can clone the repository by running:

```bash
git clone https://github.com/enochlev/PhilipsWizScreenSync.git


This application allows you to search your network for Philips Wiz lights and make their screens sync. It's a great tool for creating an immersive lighting environment based on what's currently displayed on your screen.

## Installation

If you're a first time user and you don't want to compile the code from source, you can simply download the ready-to-use executable file. Follow these steps:

1. Navigate to the [releases section](https://github.com/enochlev/PhilipsWizScreenSync/releases) on the right-hand side of the GitHub page.
1. Navigate to the [releases section](https://github.com/enochlev/PhilipsWizScreenSync/releases) **on the right-hand side** of the GitHub page.
2. Find the latest release and download the .exe file attached to it.
3. Run the downloaded file to start using the Philips Wiz Screen Sync application.

Expand All @@ -36,6 +27,11 @@ If you're a first time user and you don't want to compile the code from source,
** Yet another Note: This is my first release and I will maintain this more, add compatibilities if I get support.


If you're interested in developing this project further, you can clone the repository by running:

```bash
git clone https://github.com/enochlev/PhilipsWizScreenSync.git
```

## Compilation

Expand Down Expand Up @@ -64,4 +60,4 @@ For developers who want to compile the application from the source code, you nee
```
5. You'll find the compiled executable in the `dist` directory.

Enjoy your new immersive lighting experience with Philips Wiz Screen Sync!
Enjoy your new immersive lighting experience with Philips Wiz Screen Sync!

0 comments on commit 958cd6b

Please sign in to comment.