bahriddin / wedraw

Distributed Whiteboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wedraw

This is distributed Wedraw project. Originally, it is designed for Distributed Systems subject by Quad team:

  • Yi Zhao
  • Boheng Luan
  • Maoyuan Xue
  • and me.

We used JavaFx and JavaFX GraphicsContext libraries. You can find the documentation on the wiki pages.

You can generate server and client packages using src/Server/Network.java and src/GUI/run/run files' main methods, respectively (or use built jar files):

# run server file first
>_ java -jar server.jar [port_number]

# next, run client file
>_ java -jar client.jar

All the other part is in the GUI. Enjoy!

Login Page

Main Window

About

Distributed Whiteboard

License:GNU General Public License v3.0


Languages

Language:Java 100.0%