diff --git a/README.md b/README.md new file mode 100644 index 000000000..3b15f8e5c --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +toxgui +====== + +For-fun Tox client that tries to follow the Tox UI mockup while running on all major systems.
+This GUI uses code from @nurupo's ProjectTox-Qt-GUI, in particular the "Core" Toxcore wrapper.
+However, it is not a fork. + +

Features

+ +- Friends chat +- Group chats (experimental, can only accept invitations) + +

Requirements

+ +This client will run on Windows, Linux and Mac natively, but binairies will only be provided for Windows.
+Linux and Mac users will have compile the source code themselves.