mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
qTox is a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol.
3fde891b91
Can not send video in calls, just receive and play it Known bug : The video isn't converted perfectly to RGB, there are some visible errors |
||
---|---|---|
audio | ||
img | ||
res | ||
ui | ||
widget | ||
.gitignore | ||
audiobuffer.cpp | ||
audiobuffer.h | ||
cdata.cpp | ||
cdata.h | ||
COPYING | ||
core.cpp | ||
core.h | ||
cstring.cpp | ||
cstring.h | ||
friend.cpp | ||
friend.h | ||
friendlist.cpp | ||
friendlist.h | ||
group.cpp | ||
group.h | ||
grouplist.cpp | ||
grouplist.h | ||
LICENSE | ||
main.cpp | ||
NURUPOWILLSUEME | ||
README.md | ||
res.qrc | ||
settings.cpp | ||
settings.h | ||
status.cpp | ||
status.h | ||
toxgui.pro | ||
widget.ui |
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
- One to one chat with friends
- Group chats
- File transfers, with previewing of images
- Audio calls
Requirements
This client will run on Windows, Linux and Mac natively, but binairies are only be provided for Windows at the moment.
Linux and Mac users will have compile the source code themselves.