💡 A service where you collaboratively draw pictures on each other's screens
AirView is a screen-sharing platform that supports the following features.
- Screen Sharing: View work on each other's devices without the need for a monitor or transmission process.
- Quick Screen Switching: Switch screens ridply when you want to see multiple users' screens at a glance or focus on one selected screen.
- Drawing: Draw on the screens when you want to provide feedback.
refer these repos
- https://github.com/TeleCAUm/airview-client
- https://github.com/TeleCAUm/signaling-server
To receive drawings from Participant, the Host needs to download and run the airview-board program. This allows them to share and view drawings on their screen.
git clone https://github.com/TeleCAUm/airview-board.git
Open this folder with IDE and run Main.java
AirView allows you to provide and receive feedback by drawing on shared screens.
- Pen - Start drawing on the screen.
- Eraser - Erase drawings on the other user's screen.
- Palette - Choose colors for your pen.
- Line Thickness - Adjust the thickness of your pen strokes.
- X - Exits the drawing mode.
Close the toggle to stop receiving feedback.
On OSX, the window will be minimized.